Information about plays

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

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

{
    "id": 529681,
    "uri": "https://api.kexp.org/v2/plays/529681/?format=api",
    "airdate": "2002-03-21T16:34:56-08:00",
    "show": 9166,
    "show_uri": "https://api.kexp.org/v2/shows/9166/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31Yale--DrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31Yale--DrL._SL75_.jpg",
    "song": "My Ladies Can't Remember the Eighties",
    "track_id": "2d20449f-611f-4ed0-92a4-fd66bcb2b7bd",
    "recording_id": null,
    "artist": "Euphone",
    "artist_ids": [
        "1ab1c698-9ce3-4772-ba3f-a6298fcf8219"
    ],
    "album": "Hashin' It Out",
    "release_id": "b75618bc-1247-4145-91c0-ba88f15c53af",
    "release_group_id": null,
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": "2000-10-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}