Information about plays

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

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

{
    "id": 2679177,
    "uri": "https://api.kexp.org/v2/plays/2679177/?format=api",
    "airdate": "2019-12-28T14:40:36-08:00",
    "show": 46242,
    "show_uri": "https://api.kexp.org/v2/shows/46242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Red House",
    "track_id": "a8c173ef-1013-3a70-aed1-467e23acee2e",
    "recording_id": null,
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Smash Hits",
    "release_id": "474926c2-0365-3c0d-82d7-2fbf4a706f99",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2002-08-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}