Information about plays

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

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

{
    "id": 2678135,
    "uri": "https://api.kexp.org/v2/plays/2678135/?format=api",
    "airdate": "2019-12-25T22:18:00-08:00",
    "show": 46220,
    "show_uri": "https://api.kexp.org/v2/shows/46220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "8 Days of Hannukah",
    "track_id": "d6b0c73c-a399-4269-96f7-38b51e73fd0a",
    "recording_id": null,
    "artist": "Sharon Jones and the Dap‐Kings",
    "artist_ids": [
        "8d50cd20-34f2-4abe-ba16-0759ee0fb9f5"
    ],
    "album": "It’s a Holiday Soul Party",
    "release_id": "499a9fa1-2967-4d9b-b988-777f77100dec",
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2015-10-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}