Information about plays

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

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

{
    "id": 344107,
    "uri": "https://api.kexp.org/v2/plays/344107/?format=api",
    "airdate": "2019-06-20T20:23:00-07:00",
    "show": 5733,
    "show_uri": "https://api.kexp.org/v2/shows/5733/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Downtown",
    "track_id": "58e1af21-bf4a-3eb4-9562-6535b304edc1",
    "recording_id": null,
    "artist": "Drive-By Truckers",
    "artist_ids": [
        "8eae1e0a-1696-4532-9e3c-0a072217ef4c"
    ],
    "album": "The Big To-Do",
    "release_id": "4c3b8e28-3902-4b2c-8129-805d31b570a3",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [],
    "release_date": "2010-03-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=E7Q-qQvCYFA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}