Information about plays

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

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

{
    "id": 453843,
    "uri": "https://api.kexp.org/v2/plays/453843/?format=api",
    "airdate": "2001-08-09T12:00:00-07:00",
    "show": 7679,
    "show_uri": "https://api.kexp.org/v2/shows/7679/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51T7wbA2M6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51T7wbA2M6L._SL75_.jpg",
    "song": "Bent Out of Shape",
    "track_id": "25a7b6d2-8c85-4434-bcae-043979cb8a0c",
    "recording_id": null,
    "artist": "The Teardrop Explodes",
    "artist_ids": [
        "8002d7ee-2a0e-4ea8-8984-3c69a81a4b7e"
    ],
    "album": "Wilder",
    "release_id": "c88eab7c-1825-4648-8ec5-14d67783c30b",
    "release_group_id": null,
    "labels": [
        "Mercury"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}