Information about plays

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

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

{
    "id": 375688,
    "uri": "https://api.kexp.org/v2/plays/375688/?format=api",
    "airdate": "2019-09-02T17:21:00-07:00",
    "show": 6256,
    "show_uri": "https://api.kexp.org/v2/shows/6256/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Long Tall Sally",
    "track_id": "2571843c-66a5-338c-9e4d-354a42fd8ee7",
    "recording_id": null,
    "artist": "The 5.6.7.8’s",
    "artist_ids": [
        "c7caf86a-cf4d-41d3-b68a-eaeab80da4b8"
    ],
    "album": "The 5.6.7.8’s",
    "release_id": "d9961500-e0c1-3c6a-a86c-77bc5e7092dd",
    "release_group_id": null,
    "labels": [
        "Time Bomb"
    ],
    "label_ids": [],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}