Information about plays

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

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

{
    "id": 347253,
    "uri": "https://api.kexp.org/v2/plays/347253/?format=api",
    "airdate": "2019-06-28T02:41:31-07:00",
    "show": 5783,
    "show_uri": "https://api.kexp.org/v2/shows/5783/?format=api",
    "image_uri": "http://coverartarchive.org/release/864236f5-29bd-3075-893c-1614da2a760a/10445104137-250.jpg",
    "thumbnail_uri": "",
    "song": "Strange Religion",
    "track_id": "a819edbc-b7b4-3943-954a-91f374add9fc",
    "recording_id": null,
    "artist": "Mark Lanegan",
    "artist_ids": [
        "a9126556-f555-4920-9617-6e013f8228a7"
    ],
    "album": "Bubblegum",
    "release_id": "864236f5-29bd-3075-893c-1614da2a760a",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Mark Lanegan plays Timber! Music Festival in Carnation July 12th! https://summer.timbermusicfest.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}