Information about plays

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

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

{
    "id": 421614,
    "uri": "https://api.kexp.org/v2/plays/421614/?format=api",
    "airdate": "2001-05-05T22:35:17-07:00",
    "show": 7060,
    "show_uri": "https://api.kexp.org/v2/shows/7060/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cool Out",
    "track_id": "d1522701-4c91-4219-8634-5867f15fae55",
    "recording_id": null,
    "artist": "Digital & Spirit",
    "artist_ids": [
        "95a96b13-996b-4ce6-8a57-7b9897f7286e"
    ],
    "album": "Cool Out EP (disc 1)",
    "release_id": "d49edb81-ed33-4287-a1d2-95a361c97dae",
    "release_group_id": null,
    "labels": [
        "Phantom Audio"
    ],
    "label_ids": [
        "3b4761e5-eb64-4de4-b18c-bae7a0814bb6"
    ],
    "release_date": "2000-11-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}