Information about plays

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

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

{
    "id": 436924,
    "uri": "https://api.kexp.org/v2/plays/436924/?format=api",
    "airdate": "2001-06-21T05:48:45-07:00",
    "show": 7358,
    "show_uri": "https://api.kexp.org/v2/shows/7358/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YP5zFuENL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YP5zFuENL._SL75_.jpg",
    "song": "Really Good Photo",
    "track_id": "f459356c-34b7-493a-a20d-5e35f00b3f33",
    "recording_id": null,
    "artist": "Shantel",
    "artist_ids": [
        "fc79b760-fc4a-4efa-b0e5-f0387d7cd25f"
    ],
    "album": "Higher Than the Funk",
    "release_id": "6dbacf97-f3a3-4373-ac3a-309951c75ca3",
    "release_group_id": null,
    "labels": [
        "!K7"
    ],
    "label_ids": [
        "893364ff-1830-4694-833d-93751f14f984"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}