Information about plays

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

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

{
    "id": 2682718,
    "uri": "https://api.kexp.org/v2/plays/2682718/?format=api",
    "airdate": "2020-01-06T05:06:36-08:00",
    "show": 46305,
    "show_uri": "https://api.kexp.org/v2/shows/46305/?format=api",
    "image_uri": "https://coverartarchive.org/release/365de359-7c0b-4c35-a6b0-dcee8a48294c/7203437990-250.jpg",
    "thumbnail_uri": "",
    "song": "Stay Alive",
    "track_id": "d2d2a768-166d-3f31-9820-e6bed7108b6d",
    "recording_id": null,
    "artist": "The Pains of Being Pure at Heart",
    "artist_ids": [
        "46f4e349-ddec-4131-9367-91b630a821d0"
    ],
    "album": "The Pains of Being Pure at Heart",
    "release_id": "365de359-7c0b-4c35-a6b0-dcee8a48294c",
    "release_group_id": null,
    "labels": [
        "Slumberland Records"
    ],
    "label_ids": [
        "5bf0ffc7-898d-43f0-a072-b072506fe617"
    ],
    "release_date": "2009-02-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}