Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/2676600/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 2676600,
    "uri": "https://api.kexp.org/v2/plays/2676600/?format=api",
    "airdate": "2019-12-22T03:26:20-08:00",
    "show": 46199,
    "show_uri": "https://api.kexp.org/v2/shows/46199/?format=api",
    "image_uri": "https://coverartarchive.org/release/91006f6c-f2a6-40bc-ad77-18dd30b100a1/23505528223-250.jpg",
    "thumbnail_uri": "",
    "song": "Body Count",
    "track_id": "5821209f-8b1e-43a7-a114-977823951e5a",
    "recording_id": null,
    "artist": "DJ Haram",
    "artist_ids": [
        "45f6d952-3bbf-4c98-bca5-1583bdaf6df5"
    ],
    "album": "Grace",
    "release_id": "91006f6c-f2a6-40bc-ad77-18dd30b100a1",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Philly artist DJ Haram fuses her Middle Eastern heritage with her New Jersey upbringing on her latest EP from July.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}