Information about plays

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

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

{
    "id": 1376009,
    "uri": "https://api.kexp.org/v2/plays/1376009/?format=api",
    "airdate": "2008-05-19T12:59:02-07:00",
    "show": 24018,
    "show_uri": "https://api.kexp.org/v2/shows/24018/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GdVKdOMhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GdVKdOMhL._SL75_.jpg",
    "song": "Dream Cars",
    "track_id": "1f7084ca-540f-4674-afe9-1184e7a910f1",
    "recording_id": null,
    "artist": "Neon Neon",
    "artist_ids": [
        "6191360a-edc5-41d7-a83e-c9f0ab842f53"
    ],
    "album": "Stainless Style",
    "release_id": "74b76326-a7d2-4ea9-a92d-a89663546868",
    "release_group_id": null,
    "labels": [
        "Lex Records"
    ],
    "label_ids": [
        "07c88952-2b68-4610-8736-1ca8f977c204"
    ],
    "release_date": "2008-03-16",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}