Information about plays

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

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

{
    "id": 378497,
    "uri": "https://api.kexp.org/v2/plays/378497/?format=api",
    "airdate": "2019-09-08T22:08:00-07:00",
    "show": 6301,
    "show_uri": "https://api.kexp.org/v2/shows/6301/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Puretone",
    "track_id": "e1994aa4-6692-48e8-a151-d40788ff35d9",
    "recording_id": null,
    "artist": "The Irresistible Force",
    "artist_ids": [
        "0f9cdfc4-2edc-4e0a-b40f-e9cfdf0b2e39"
    ],
    "album": "Kira Kira",
    "release_id": "8dd6e1ea-fe91-42b0-b47a-b9d82ebee5a5",
    "release_group_id": null,
    "labels": [
        "Liquid Sound Design"
    ],
    "label_ids": [
        "3511561e-03a1-4d77-8a28-d9f2c8ec56af"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}