Information about plays

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

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

{
    "id": 2682115,
    "uri": "https://api.kexp.org/v2/plays/2682115/?format=api",
    "airdate": "2020-01-04T17:23:00-08:00",
    "show": 46291,
    "show_uri": "https://api.kexp.org/v2/shows/46291/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heartbeats",
    "track_id": "c6bbff36-171d-4f13-9546-b13324117fde",
    "recording_id": null,
    "artist": "The Knife",
    "artist_ids": [
        "bf710b71-48e5-4e15-9bd6-96debb2e4e98"
    ],
    "album": "Deep Cuts",
    "release_id": "7ec39128-ef00-415d-905e-e2764e337193",
    "release_group_id": null,
    "labels": [
        "Brille Records"
    ],
    "label_ids": [],
    "release_date": "2012-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Have a request? Text 206-903-5397 or email dj@kexp.org",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}