Information about plays

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

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

{
    "id": 501155,
    "uri": "https://api.kexp.org/v2/plays/501155/?format=api",
    "airdate": "2001-12-28T00:13:00-08:00",
    "show": 8605,
    "show_uri": "https://api.kexp.org/v2/shows/8605/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41PBgTQZ%2BTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41PBgTQZ%2BTL._SL75_.jpg",
    "song": "wild dogs of the thunderbolt / 'they can not lock me up... i am eternally f",
    "track_id": null,
    "recording_id": null,
    "artist": "Set Fire to Flames",
    "artist_ids": [
        "08f401e4-0aad-4265-a3c0-c8161487cbc3"
    ],
    "album": "Sings Reign Rebuilder",
    "release_id": "a1bd49c7-8a70-43f5-aa91-6ec818897d99",
    "release_group_id": null,
    "labels": [
        "Alien8 Recordings"
    ],
    "label_ids": [
        "216f5cd5-9227-46e9-9826-5fd40c07d7a0"
    ],
    "release_date": "2001-10-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}