Information about plays

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

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

{
    "id": 508124,
    "uri": "https://api.kexp.org/v2/plays/508124/?format=api",
    "airdate": "2002-01-17T18:11:00-08:00",
    "show": 8745,
    "show_uri": "https://api.kexp.org/v2/shows/8745/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41RJGQ1RJJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41RJGQ1RJJL._SL75_.jpg",
    "song": "That's What Makes the Jukebox Play",
    "track_id": null,
    "recording_id": null,
    "artist": "Moe Bandy",
    "artist_ids": [
        "3cd2823c-80ef-46da-88b7-42a172017ebe"
    ],
    "album": "Honky Tonk Amnesia -the Hard Country Sound of Moe Bandy",
    "release_id": "b72082af-0871-4d23-a665-4668f7ad76b3",
    "release_group_id": null,
    "labels": [
        "Razor & Tie"
    ],
    "label_ids": [],
    "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"
}