Information about plays

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

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

{
    "id": 2679753,
    "uri": "https://api.kexp.org/v2/plays/2679753/?format=api",
    "airdate": "2019-12-29T23:55:14-08:00",
    "show": 46254,
    "show_uri": "https://api.kexp.org/v2/shows/46254/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Akamara Remix",
    "track_id": "1a01164e-0171-431f-a31c-b835bab41e39",
    "recording_id": null,
    "artist": "Jamael Dean",
    "artist_ids": [
        "e890c02d-a6bb-4913-8c52-cbc8103a9fe2"
    ],
    "album": "Black Space Tapes",
    "release_id": "c35af42b-bd40-4ef2-94a8-fd1ecdd5b8b5",
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2019-11-08",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pianist, producer, jazz prodigy.  LA. https://jamaeldean.bandcamp.com/track/akamara-remix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}