Information about plays

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

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

{
    "id": 1357490,
    "uri": "https://api.kexp.org/v2/plays/1357490/?format=api",
    "airdate": "2008-04-02T23:33:14-07:00",
    "show": 23708,
    "show_uri": "https://api.kexp.org/v2/shows/23708/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nia Njia",
    "track_id": "6b528f0c-7e37-4cd0-ac2e-c1ac684ec669",
    "recording_id": null,
    "artist": "The Embassadors",
    "artist_ids": [
        "9caee4b1-a99b-4a31-95e4-8c2d25696757"
    ],
    "album": "Healing the Music",
    "release_id": "62cfcb92-b192-4f7a-accf-251013fb60fc",
    "release_group_id": null,
    "labels": [
        "Nonplace"
    ],
    "label_ids": [
        "6285fcbd-2856-4889-93c7-5b71327a4a41"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}