Information about plays

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

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

{
    "id": 438841,
    "uri": "https://api.kexp.org/v2/plays/438841/?format=api",
    "airdate": "2001-06-26T19:12:00-07:00",
    "show": 7397,
    "show_uri": "https://api.kexp.org/v2/shows/7397/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "a postcard from morrocco",
    "track_id": null,
    "recording_id": null,
    "artist": "Yosefa",
    "artist_ids": [
        "dbcac195-b68b-457d-a7eb-5a18cb1ef68d"
    ],
    "album": "The Desert Speaks",
    "release_id": "9e825948-b53c-416b-9e57-8e48fd1e3ca5",
    "release_group_id": null,
    "labels": [
        "Hemisphere"
    ],
    "label_ids": [
        "6bf3095f-45de-43dc-b9ec-0d9fb27899e7"
    ],
    "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"
}