Information about plays

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

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

{
    "id": 422130,
    "uri": "https://api.kexp.org/v2/plays/422130/?format=api",
    "airdate": "2001-05-07T18:54:32-07:00",
    "show": 7073,
    "show_uri": "https://api.kexp.org/v2/shows/7073/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mhondoro",
    "track_id": null,
    "recording_id": null,
    "artist": "Thomas Mapfumo",
    "artist_ids": [
        "c17caac7-7667-4c8c-b54e-0aac360b37b6"
    ],
    "album": "Chimurenga Forever- TheBest of",
    "release_id": null,
    "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"
}