Information about plays

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

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

{
    "id": 2679925,
    "uri": "https://api.kexp.org/v2/plays/2679925/?format=api",
    "airdate": "2019-12-30T10:50:32-08:00",
    "show": 46258,
    "show_uri": "https://api.kexp.org/v2/shows/46258/?format=api",
    "image_uri": "https://coverartarchive.org/release/25790d22-e3e0-484f-affd-959714aefcd7/12849938672-250.jpg",
    "thumbnail_uri": "",
    "song": "Make Some Room",
    "track_id": "f76d238c-2311-4172-b4af-5c86d672bd23",
    "recording_id": null,
    "artist": "The Suffers",
    "artist_ids": [
        "bbfd82bf-6f5f-43cf-ad53-82f13cbc1322"
    ],
    "album": "The Suffers",
    "release_id": "25790d22-e3e0-484f-affd-959714aefcd7",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2016-01-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}