Information about plays

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

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

{
    "id": 1304731,
    "uri": "https://api.kexp.org/v2/plays/1304731/?format=api",
    "airdate": "2007-11-20T18:17:00-08:00",
    "show": 22826,
    "show_uri": "https://api.kexp.org/v2/shows/22826/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Whole Lotta Love",
    "track_id": "be75f59a-e0dd-47b1-9f27-6445b04652b5",
    "recording_id": null,
    "artist": "The Dynamics",
    "artist_ids": [
        "a0988d26-ac1d-466f-a006-4fc3a4f045e0"
    ],
    "album": "Version Excursions",
    "release_id": "2bef6903-9039-4113-93dc-eb3870f6b2aa",
    "release_group_id": null,
    "labels": [
        "Groove Attack Productions"
    ],
    "label_ids": [
        "42f82c68-0e78-4fa4-9065-85327848a433"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}