Information about plays

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

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

{
    "id": 1276711,
    "uri": "https://api.kexp.org/v2/plays/1276711/?format=api",
    "airdate": "2007-09-08T09:41:00-07:00",
    "show": 22344,
    "show_uri": "https://api.kexp.org/v2/shows/22344/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Ruffer Version",
    "track_id": "799bc6e3-a7c9-43e6-9b6a-b86329f034a1",
    "recording_id": null,
    "artist": "The Aggrovators",
    "artist_ids": [
        "d2eba907-21a2-4240-8667-1da3a1fe63d0"
    ],
    "album": "Johnny in the Echo Chamber",
    "release_id": "7843b584-fff4-462f-80d4-c83e2d27dbdc",
    "release_group_id": null,
    "labels": [
        "Groove Attack Productions"
    ],
    "label_ids": [
        "42f82c68-0e78-4fa4-9065-85327848a433"
    ],
    "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"
}