Information about plays

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

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

{
    "id": 2678144,
    "uri": "https://api.kexp.org/v2/plays/2678144/?format=api",
    "airdate": "2019-12-25T22:42:00-08:00",
    "show": 46220,
    "show_uri": "https://api.kexp.org/v2/shows/46220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Don't Intend To Spend Christmas Without You",
    "track_id": "d7845a99-b07c-48cf-a9e2-24b1346d7d6d",
    "recording_id": null,
    "artist": "Margo Guryan",
    "artist_ids": [
        "cd2867c5-c2f0-4f86-b8aa-a7be324cb916"
    ],
    "album": "27 Demos",
    "release_id": "6615ae6a-1fe9-435b-8b45-4614c77c8db0",
    "release_group_id": null,
    "labels": [
        "Oglio Records"
    ],
    "label_ids": [
        "74009c4e-eebe-4b7a-91d9-6b97537a45a0"
    ],
    "release_date": "2014-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}