Information about plays

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

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

{
    "id": 2679191,
    "uri": "https://api.kexp.org/v2/plays/2679191/?format=api",
    "airdate": "2019-12-28T15:40:00-08:00",
    "show": 46243,
    "show_uri": "https://api.kexp.org/v2/shows/46243/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ya Goin' Down",
    "track_id": null,
    "recording_id": null,
    "artist": "J.J. Fad",
    "artist_ids": [
        "c7e51796-5e06-4dfc-92cb-9b8f4b2520e3"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ruthless Records"
    ],
    "label_ids": [
        "ce584e0a-bf70-45a8-9881-fb13ddfbd2a4"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}