Information about plays

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

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

{
    "id": 1233077,
    "uri": "https://api.kexp.org/v2/plays/1233077/?format=api",
    "airdate": "2007-05-19T11:31:00-07:00",
    "show": 21599,
    "show_uri": "https://api.kexp.org/v2/shows/21599/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61TXMEV8H3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61TXMEV8H3L._SL75_.jpg",
    "song": "Three Piece Suit",
    "track_id": "188c0618-0a87-4f97-ae78-03a8cd9d9a58",
    "recording_id": null,
    "artist": "Trinity",
    "artist_ids": [
        "2ec5ba02-58fe-44b3-add2-e1151109c190"
    ],
    "album": "Joe Gibbs Productions: Roots Culture DJ's and the Birth of Dancehall",
    "release_id": "2807dced-a0f5-4358-ac79-deac9ccf2387",
    "release_group_id": null,
    "labels": [
        "Joe Gibbs"
    ],
    "label_ids": [
        "562874a3-94e5-49f5-92b6-d677433bf874"
    ],
    "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"
}