Information about plays

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

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

{
    "id": 1286920,
    "uri": "https://api.kexp.org/v2/plays/1286920/?format=api",
    "airdate": "2007-10-04T13:35:00-07:00",
    "show": 22517,
    "show_uri": "https://api.kexp.org/v2/shows/22517/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walking to do",
    "track_id": null,
    "recording_id": null,
    "artist": "Ted Leo",
    "artist_ids": [
        "3b7051df-c423-4d90-a6ca-aa10c363445d"
    ],
    "album": "Shake the Sheet",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Lookout! Records"
    ],
    "label_ids": [
        "1688db48-6fb1-43df-883d-954d39477958"
    ],
    "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"
}