Information about plays

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

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

{
    "id": 419263,
    "uri": "https://api.kexp.org/v2/plays/419263/?format=api",
    "airdate": "2001-04-28T21:25:42-07:00",
    "show": 7007,
    "show_uri": "https://api.kexp.org/v2/shows/7007/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rolled Into 1 (Photek remix)",
    "track_id": "1578099a-e514-4f19-816f-b5967ed8b319",
    "recording_id": null,
    "artist": "E-Z Rollers",
    "artist_ids": [
        "3dc658d0-0d75-48d0-8f3f-851ec757f17b"
    ],
    "album": "Dimensions of Sound",
    "release_id": "1f21ba01-d5d2-464a-8640-f5a4214bbd7d",
    "release_group_id": null,
    "labels": [
        "Moving Shadow"
    ],
    "label_ids": [
        "0e6ec75e-9728-4c30-8df4-6370947ceb42"
    ],
    "release_date": "1996-06-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}