Information about plays

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

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

{
    "id": 377197,
    "uri": "https://api.kexp.org/v2/plays/377197/?format=api",
    "airdate": "2019-09-05T20:53:26-07:00",
    "show": 6275,
    "show_uri": "https://api.kexp.org/v2/shows/6275/?format=api",
    "image_uri": "http://coverartarchive.org/release/4059f4c0-b8ab-4a57-a760-5f7f199df9fa/23885480559-250.jpg",
    "thumbnail_uri": "",
    "song": "Sing Along",
    "track_id": "77d16a94-5252-400b-bcb8-ab4b61153478",
    "recording_id": null,
    "artist": "Sturgill Simpson",
    "artist_ids": [
        "f6e61750-a6b7-4d88-979b-052345cd0e4a"
    ],
    "album": "Sound & Fury",
    "release_id": "4059f4c0-b8ab-4a57-a760-5f7f199df9fa",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2019-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}