Information about plays

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

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

{
    "id": 500039,
    "uri": "https://api.kexp.org/v2/plays/500039/?format=api",
    "airdate": "2001-12-24T21:49:00-08:00",
    "show": 8587,
    "show_uri": "https://api.kexp.org/v2/shows/8587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beau Mot Plage",
    "track_id": null,
    "recording_id": null,
    "artist": "Juan Atkins",
    "artist_ids": [
        "57dd6359-f4ef-422a-9566-b8f54a0904fe"
    ],
    "album": "Legends V. 1",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Om"
    ],
    "label_ids": [],
    "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"
}