Information about plays

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

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

{
    "id": 2681405,
    "uri": "https://api.kexp.org/v2/plays/2681405/?format=api",
    "airdate": "2020-01-02T23:07:14-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "https://coverartarchive.org/release/b2cae394-631f-47d1-9290-26b33582244c/22872382101-250.jpg",
    "thumbnail_uri": "",
    "song": "Leyla",
    "track_id": "ee5bc435-7f32-431e-b6b3-3261a65460d6",
    "recording_id": null,
    "artist": "Altın Gün",
    "artist_ids": [
        "cd5799f6-e6cf-4322-a659-96f5de4a2f6c"
    ],
    "album": "Gece",
    "release_id": "b2cae394-631f-47d1-9290-26b33582244c",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Altın Gün performing live in the KEXP studio. Recorded August 2, 2019 https://www.youtube.com/watch?v=nNVsS3Jxf1Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}