Information about plays

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

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

{
    "id": 534811,
    "uri": "https://api.kexp.org/v2/plays/534811/?format=api",
    "airdate": "2002-04-05T03:41:16-08:00",
    "show": 9264,
    "show_uri": "https://api.kexp.org/v2/shows/9264/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/311CPCQK5JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/311CPCQK5JL._SL75_.jpg",
    "song": "The Rain Falls and the Sky Shudders",
    "track_id": "039c84e9-faff-4845-8f06-9cd2e2ea3c1e",
    "recording_id": null,
    "artist": "Moby",
    "artist_ids": [
        "8970d868-0723-483b-a75b-51088913d3d4"
    ],
    "album": "Mobysongs (1993-1998)",
    "release_id": "c71073b1-4ea4-42d1-b1bc-2ef5aaeb8cc0",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment Group"
    ],
    "label_ids": [
        "198a0950-3a61-456a-a3b5-f4929123ef5d"
    ],
    "release_date": "2000-07-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}