Information about plays

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

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

{
    "id": 372610,
    "uri": "https://api.kexp.org/v2/plays/372610/?format=api",
    "airdate": "2019-08-26T16:20:25-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "http://coverartarchive.org/release/a7b74d72-abe8-4f02-b893-7b599ed04c32/8690466180-250.jpg",
    "thumbnail_uri": "",
    "song": "All of My Life",
    "track_id": "364e1026-6757-491f-94b3-98dd5c41e17b",
    "recording_id": null,
    "artist": "Kevin Morby",
    "artist_ids": [
        "eac962e1-0295-4e69-a266-4dab2adb4f11"
    ],
    "album": "Still Life",
    "release_id": "a7b74d72-abe8-4f02-b893-7b599ed04c32",
    "release_group_id": null,
    "labels": [
        "Woodsist"
    ],
    "label_ids": [
        "f4b10497-515a-459b-a01b-3667eb8170e8"
    ],
    "release_date": "2014-10-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the mixtape titled \"Friends and Family - This Is Us\" from Taylor Durand-Scaggs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}