Information about plays

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

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

{
    "id": 2680564,
    "uri": "https://api.kexp.org/v2/plays/2680564/?format=api",
    "airdate": "2019-12-31T22:22:22-08:00",
    "show": 46267,
    "show_uri": "https://api.kexp.org/v2/shows/46267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Contraception",
    "track_id": "a535090b-8132-30e8-a521-11a41aec8a03",
    "recording_id": null,
    "artist": "The Cripples",
    "artist_ids": [
        "47cc09ef-3017-4332-973e-48170c1c48a2"
    ],
    "album": "Dirty Head",
    "release_id": "22f09fe3-4a5e-31fe-98a0-371e971f088b",
    "release_group_id": null,
    "labels": [
        "Dirtnap Records"
    ],
    "label_ids": [
        "b925bf7c-da1f-4761-bd5f-622f63960ec6"
    ],
    "release_date": "2002-06-11",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "playing the Highline Sat Jan 25th",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}