Information about plays

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

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

{
    "id": 342991,
    "uri": "https://api.kexp.org/v2/plays/342991/?format=api",
    "airdate": "2019-06-18T14:47:10-07:00",
    "show": 5720,
    "show_uri": "https://api.kexp.org/v2/shows/5720/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hymn on the 45",
    "track_id": "e4c5518e-e374-464f-8ef9-80b7081d5822",
    "recording_id": null,
    "artist": "Allo Darlin’",
    "artist_ids": [
        "a2ada2c6-d8c2-42bb-a71d-4e5ef3de49fd"
    ],
    "album": "Hymn on the 45",
    "release_id": "d2e130d7-f26b-44c4-ae9f-c67219b86eac",
    "release_group_id": null,
    "labels": [
        "Hangover Lounge"
    ],
    "label_ids": [
        "2284603c-5087-468c-bc0e-dbb102b74e3a"
    ],
    "release_date": "2016-12-09",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}