Information about plays

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

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

{
    "id": 500989,
    "uri": "https://api.kexp.org/v2/plays/500989/?format=api",
    "airdate": "2001-12-27T12:19:00-08:00",
    "show": 8602,
    "show_uri": "https://api.kexp.org/v2/shows/8602/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QA0EQK29L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QA0EQK29L._SL75_.jpg",
    "song": "Brothers and Sisters",
    "track_id": "b8c2a68b-0d7b-411d-b259-b0585b11ed17",
    "recording_id": null,
    "artist": "Eastern Dub Tactik",
    "artist_ids": [
        "11924435-f1c6-4e9a-9a6f-f657ea2537b5"
    ],
    "album": "Blood is Shining",
    "release_id": "680a3e19-aa9f-48dc-8c0e-c53ad948a61b",
    "release_group_id": null,
    "labels": [
        "Waveform Records"
    ],
    "label_ids": [
        "5625a445-53c2-435b-a8f0-5dc6feee3c25"
    ],
    "release_date": "2001-10-02",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}