Information about plays

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

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

{
    "id": 492037,
    "uri": "https://api.kexp.org/v2/plays/492037/?format=api",
    "airdate": "2001-11-30T18:39:00-08:00",
    "show": 8431,
    "show_uri": "https://api.kexp.org/v2/shows/8431/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61FQlm4fERL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61FQlm4fERL._SL75_.jpg",
    "song": "I Chickened Out",
    "track_id": "e46a1953-2fed-4ea5-baeb-05919241cd7c",
    "recording_id": null,
    "artist": "Kenny Loran",
    "artist_ids": [
        "d5e885fc-4606-41c0-9655-450ce9a750bd"
    ],
    "album": "A Capitol Rockabilly Party, Part 2",
    "release_id": "a32eb52c-bd48-488e-8032-0276e478d6a9",
    "release_group_id": null,
    "labels": [
        "Disky"
    ],
    "label_ids": [
        "d2a857fe-a9ba-4273-a5d2-456598eeaf09"
    ],
    "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"
}