Information about plays

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

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

{
    "id": 482208,
    "uri": "https://api.kexp.org/v2/plays/482208/?format=api",
    "airdate": "2001-10-31T16:33:45-08:00",
    "show": 8232,
    "show_uri": "https://api.kexp.org/v2/shows/8232/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513hcgVFgLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513hcgVFgLL._SL75_.jpg",
    "song": "I Walked With a Zombie",
    "track_id": "438a64ef-e2e3-4cfc-bcb2-5670b1e21088",
    "recording_id": null,
    "artist": "Alice Donut",
    "artist_ids": [
        "b80617ea-0850-4744-aac8-c689cac6afd0"
    ],
    "album": "Pure Acid Park",
    "release_id": "f7d6174f-2516-405d-9662-cb6aa51183bc",
    "release_group_id": null,
    "labels": [
        "Alternative Tentacles"
    ],
    "label_ids": [
        "f1273178-651b-4d02-8f21-4ab1ec5a689a"
    ],
    "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"
}