Information about plays

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

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

{
    "id": 373740,
    "uri": "https://api.kexp.org/v2/plays/373740/?format=api",
    "airdate": "2019-08-28T23:38:54-07:00",
    "show": 6222,
    "show_uri": "https://api.kexp.org/v2/shows/6222/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Country at War",
    "track_id": "d204a4a5-1a97-476c-b6cb-46e05602c8e3",
    "recording_id": null,
    "artist": "X",
    "artist_ids": [
        "ddd553d4-977e-416c-8f57-e4b72c0fc746"
    ],
    "album": "Hey Zeus!",
    "release_id": "9b4632e3-43a5-4846-874d-dae67850c96e",
    "release_group_id": null,
    "labels": [
        "Big Life"
    ],
    "label_ids": [
        "76dac7b0-2f18-4b10-bb07-5be955aadaa7"
    ],
    "release_date": "1993-06-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Showbox on Monday September 9th",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}