Information about plays

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

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

{
    "id": 1308655,
    "uri": "https://api.kexp.org/v2/plays/1308655/?format=api",
    "airdate": "2007-11-30T15:56:43-08:00",
    "show": 22889,
    "show_uri": "https://api.kexp.org/v2/shows/22889/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51C5ArpKTJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51C5ArpKTJL._SL75_.jpg",
    "song": "Jumping Someone Else's Train",
    "track_id": "c823e9c2-9c01-4619-8feb-00cd32f1c08c",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Three Imaginary Boys",
    "release_id": "a661d5b0-7f4d-46e0-966b-55dc1eee254b",
    "release_group_id": null,
    "labels": [
        "Fiction Records"
    ],
    "label_ids": [
        "f6182855-aa81-453a-a460-58c0fd71635d"
    ],
    "release_date": "2004-11-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}