Information about plays

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

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

{
    "id": 1263299,
    "uri": "https://api.kexp.org/v2/plays/1263299/?format=api",
    "airdate": "2007-08-05T16:03:00-07:00",
    "show": 22122,
    "show_uri": "https://api.kexp.org/v2/shows/22122/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christopher St",
    "track_id": "b394ef95-64fc-4afb-b869-598365b2deab",
    "recording_id": null,
    "artist": "Felt",
    "artist_ids": [
        "6999f790-25f4-44a3-b745-1e3e01fde0f5"
    ],
    "album": "Train Above the City / The Pictorial Jackson Review",
    "release_id": "5e420963-9a65-4595-b7ca-bdaa39497242",
    "release_group_id": null,
    "labels": [
        "Creation Records"
    ],
    "label_ids": [
        "73fc1220-d52c-478c-883c-124c1bf38b95"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}