Information about plays

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

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

{
    "id": 2683070,
    "uri": "https://api.kexp.org/v2/plays/2683070/?format=api",
    "airdate": "2020-01-07T02:05:26-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/98b67679-4159-4f55-b3b0-0e79324d9043/3654082504-250.jpg",
    "thumbnail_uri": "",
    "song": "Emmylou",
    "track_id": "9bfb7ae8-2cf1-3b3f-a77f-3a339bf34589",
    "recording_id": null,
    "artist": "First Aid Kit",
    "artist_ids": [
        "373faa02-74d7-4b1d-9b47-7574ad510f8d"
    ],
    "album": "The Lion’s Roar",
    "release_id": "98b67679-4159-4f55-b3b0-0e79324d9043",
    "release_group_id": null,
    "labels": [
        "Wichita"
    ],
    "label_ids": [
        "1c7066e4-c0ca-42c9-b1ae-d29a39855c0a"
    ],
    "release_date": "2012-01-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "First Aid Kit - Full Performance (Live on KEXP): https://www.youtube.com/watch?v=56EyxCwGYjw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}