Information about plays

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

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

{
    "id": 417943,
    "uri": "https://api.kexp.org/v2/plays/417943/?format=api",
    "airdate": "2001-04-25T02:08:00-07:00",
    "show": 6983,
    "show_uri": "https://api.kexp.org/v2/shows/6983/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Johanna",
    "track_id": null,
    "recording_id": null,
    "artist": "Iggy Pop",
    "artist_ids": [
        "f37b3f31-b1f8-4b88-8cb5-b34f709b17d7"
    ],
    "album": "I Got A Right",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Invasion"
    ],
    "label_ids": [
        "58737162-fc2a-4b53-b76a-e909235a3d97"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}