Information about plays

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

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

{
    "id": 1288867,
    "uri": "https://api.kexp.org/v2/plays/1288867/?format=api",
    "airdate": "2007-10-09T13:47:17-07:00",
    "show": 22553,
    "show_uri": "https://api.kexp.org/v2/shows/22553/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411R9BRKSML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411R9BRKSML._SL75_.jpg",
    "song": "Caffeine Bomb",
    "track_id": "16177480-1e6a-4d42-90ca-de57cedc69ac",
    "recording_id": null,
    "artist": "The Wildhearts",
    "artist_ids": [
        "d0d93f12-bb1a-4053-99f7-bcf5e63cf844"
    ],
    "album": "Earth vs. the Wildhearts",
    "release_id": "bb7dde68-8d0e-47fe-9d0e-89b07e46376b",
    "release_group_id": null,
    "labels": [
        "Warner+Bros."
    ],
    "label_ids": [],
    "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"
}