Information about plays

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

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

{
    "id": 420643,
    "uri": "https://api.kexp.org/v2/plays/420643/?format=api",
    "airdate": "2001-05-03T02:33:45-07:00",
    "show": 7039,
    "show_uri": "https://api.kexp.org/v2/shows/7039/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Data Control",
    "track_id": "e597a6e7-f308-46ac-9891-6a1977f15eb3",
    "recording_id": null,
    "artist": "Hüsker Dü",
    "artist_ids": [
        "5c4c90a4-539f-4101-83cf-301bc6a94e06"
    ],
    "album": "Do You Remember",
    "release_id": "20ce8b9f-12b0-4c08-8dec-ac14aa2ce0c6",
    "release_group_id": null,
    "labels": [
        "Warner Bros"
    ],
    "label_ids": [],
    "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"
}