Information about plays

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

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

{
    "id": 1362761,
    "uri": "https://api.kexp.org/v2/plays/1362761/?format=api",
    "airdate": "2008-04-16T05:44:11-07:00",
    "show": 23795,
    "show_uri": "https://api.kexp.org/v2/shows/23795/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kel Tamasheck",
    "track_id": null,
    "recording_id": null,
    "artist": "Etran Finatawa",
    "artist_ids": [
        "9142a0a7-2fc3-42b8-ac91-bd5ed261810e"
    ],
    "album": "Desert Crossroads",
    "release_id": "519b5b90-9284-4fde-988b-4bb6e72cda49",
    "release_group_id": null,
    "labels": [
        "Network Medien"
    ],
    "label_ids": [
        "d7e90681-2652-4395-a6b1-d70fb183afe9"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}