Information about plays

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

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

{
    "id": 1355070,
    "uri": "https://api.kexp.org/v2/plays/1355070/?format=api",
    "airdate": "2008-03-27T20:30:58-07:00",
    "show": 23666,
    "show_uri": "https://api.kexp.org/v2/shows/23666/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Down The Line",
    "track_id": null,
    "recording_id": null,
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Exile On Main Street",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rolling Stone (Germany)"
    ],
    "label_ids": [
        "a3a9948c-d137-466d-bf49-7ea2369765a9"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}