Information about plays

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

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

{
    "id": 1195487,
    "uri": "https://api.kexp.org/v2/plays/1195487/?format=api",
    "airdate": "2007-02-11T00:28:44-08:00",
    "show": 20955,
    "show_uri": "https://api.kexp.org/v2/shows/20955/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21B3Q4DW66L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21B3Q4DW66L._SL75_.jpg",
    "song": "Silent Hedges",
    "track_id": null,
    "recording_id": null,
    "artist": "Bauhaus",
    "artist_ids": [
        "0688add2-c282-4ee2-ba61-223ffdb3c201"
    ],
    "album": "The Sky's Gone Out",
    "release_id": "4bba1966-161d-4387-af98-65c3278eb2f9",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}