Information about plays

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

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

{
    "id": 1355157,
    "uri": "https://api.kexp.org/v2/plays/1355157/?format=api",
    "airdate": "2008-03-28T01:12:01-07:00",
    "show": 23668,
    "show_uri": "https://api.kexp.org/v2/shows/23668/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rosa",
    "track_id": "770b5f45-0474-41d6-b13f-48e70b956d73",
    "recording_id": null,
    "artist": "Devastations",
    "artist_ids": [
        "767a249e-0f51-4a46-8efd-3e74a4ac33e8"
    ],
    "album": "Yes, U",
    "release_id": "bf83ef73-470d-49ca-bf1b-2e2650b64770",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}