Information about plays

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

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

{
    "id": 2678527,
    "uri": "https://api.kexp.org/v2/plays/2678527/?format=api",
    "airdate": "2019-12-26T21:03:40-08:00",
    "show": 46230,
    "show_uri": "https://api.kexp.org/v2/shows/46230/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Outside Love",
    "track_id": "c411ff83-c7b7-4009-933d-8537cc269b4e",
    "recording_id": null,
    "artist": "Mary White",
    "artist_ids": [
        "4b72e37d-0239-4780-bd69-42caa1bfbd26"
    ],
    "album": "Outside Love / Prisoner Of The Blues",
    "release_id": "18cfb5d1-d9b4-4177-be84-cc547d4b9875",
    "release_group_id": null,
    "labels": [
        "Gibbs Record"
    ],
    "label_ids": [
        "afb31bd4-480f-47a9-9819-a285d19c5e2a"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}