Information about plays

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

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

{
    "id": 437912,
    "uri": "https://api.kexp.org/v2/plays/437912/?format=api",
    "airdate": "2001-06-23T22:38:34-07:00",
    "show": 7377,
    "show_uri": "https://api.kexp.org/v2/shows/7377/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/615o7IadKGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/615o7IadKGL._SL75_.jpg",
    "song": "Burnin' for Your Yearnin'",
    "track_id": "348827ea-ab65-454e-b35f-b78c4094c952",
    "recording_id": null,
    "artist": "Paul Johnson",
    "artist_ids": [
        "07065c90-1519-4bd9-8259-9872f3c9a776"
    ],
    "album": "In Motion #3",
    "release_id": "c8a92095-8aca-4557-a3cc-9e3112ad952d",
    "release_group_id": null,
    "labels": [
        "Dust Traxx"
    ],
    "label_ids": [
        "2f472418-af2e-4642-983f-bb1e9772fe91"
    ],
    "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"
}