Information about plays

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

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

{
    "id": 2682245,
    "uri": "https://api.kexp.org/v2/plays/2682245/?format=api",
    "airdate": "2020-01-04T23:39:00-08:00",
    "show": 46295,
    "show_uri": "https://api.kexp.org/v2/shows/46295/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "War Crimes",
    "track_id": "172312f2-2378-3b97-9414-9528f5881327",
    "recording_id": null,
    "artist": "D.R.I.",
    "artist_ids": [
        "95f6e954-8bed-4f8e-a53e-d155bb6f7ace"
    ],
    "album": "Dirty Rotten LP",
    "release_id": "3117966f-359d-4e4a-a57a-17f62377b03f",
    "release_group_id": null,
    "labels": [
        "R Radical Records"
    ],
    "label_ids": [
        "e29d2e51-07ea-4346-b216-95b39c48a508"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}