Information about plays

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

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

{
    "id": 1233561,
    "uri": "https://api.kexp.org/v2/plays/1233561/?format=api",
    "airdate": "2007-05-20T19:28:00-07:00",
    "show": 21610,
    "show_uri": "https://api.kexp.org/v2/shows/21610/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Big Things Poppin'",
    "track_id": "f3245890-015a-4bf4-b469-51c79779663f",
    "recording_id": null,
    "artist": "T.I.",
    "artist_ids": [
        "f7ba7fbe-c6bd-4ac0-bee9-c25c558d7d62"
    ],
    "album": "Promo Only: Urban Club, June 2007 (disc 1)",
    "release_id": "c2547379-d7d1-4ba6-86f5-bbdcf4aa96dd",
    "release_group_id": null,
    "labels": [
        "Promo Only"
    ],
    "label_ids": [
        "f4bfa0c3-6e7c-4d8c-b1b3-91624a6a9aed"
    ],
    "release_date": "2007-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}