Information about plays

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

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

{
    "id": 492844,
    "uri": "https://api.kexp.org/v2/plays/492844/?format=api",
    "airdate": "2001-12-03T07:20:00-08:00",
    "show": 8450,
    "show_uri": "https://api.kexp.org/v2/shows/8450/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul and Fire",
    "track_id": "52b202ed-4fcd-4a5c-9452-33704bf1a203",
    "recording_id": null,
    "artist": "The Elastic Purejoy",
    "artist_ids": [
        "fcd20b02-6468-495c-ba75-b1a81865fc5c"
    ],
    "album": "The Elastic Purejoy",
    "release_id": "531f26ec-3298-441a-9704-2bc20ec804b1",
    "release_group_id": null,
    "labels": [
        "World Domination"
    ],
    "label_ids": [
        "020ac1ff-2daf-4937-9022-fdc7782edbd5"
    ],
    "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"
}