Information about plays

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

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

{
    "id": 1213454,
    "uri": "https://api.kexp.org/v2/plays/1213454/?format=api",
    "airdate": "2007-03-30T18:31:00-07:00",
    "show": 21268,
    "show_uri": "https://api.kexp.org/v2/shows/21268/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Put Me to Bed",
    "track_id": "d80a2e91-82ee-45ee-9c66-5a78624d7b40",
    "recording_id": null,
    "artist": "Johnny Bond",
    "artist_ids": [
        "493347df-c385-4b08-b283-de54a2b57e03"
    ],
    "album": "Early Rock 'n' Roll and Rockabilly (disc 4)",
    "release_id": "b48942f1-c3bc-4832-b693-0ea2c076c351",
    "release_group_id": null,
    "labels": [
        "Columbia Records"
    ],
    "label_ids": [
        "ad6f8706-c95e-443b-8579-8e3ecd27126c"
    ],
    "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"
}