Information about plays

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

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

{
    "id": 491311,
    "uri": "https://api.kexp.org/v2/plays/491311/?format=api",
    "airdate": "2001-11-28T18:33:00-08:00",
    "show": 8419,
    "show_uri": "https://api.kexp.org/v2/shows/8419/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41C26K7SERL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41C26K7SERL._SL75_.jpg",
    "song": "My Soul",
    "track_id": "484e1cd9-35b4-42a0-a2ba-25bf94ab51e8",
    "recording_id": null,
    "artist": "Clifton Chenier",
    "artist_ids": [
        "db1a3066-1586-495d-a09c-1312cabab5be"
    ],
    "album": "Chess New Orleans (disc 2)",
    "release_id": "555cb0f2-5f36-45d5-9700-e7d57d44bad3",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1995-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}