Information about plays

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

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

{
    "id": 2682044,
    "uri": "https://api.kexp.org/v2/plays/2682044/?format=api",
    "airdate": "2020-01-04T13:23:48-08:00",
    "show": 46290,
    "show_uri": "https://api.kexp.org/v2/shows/46290/?format=api",
    "image_uri": "https://coverartarchive.org/release/635e881e-1686-4a97-9404-87fd8c4a6b01/24251837713-250.jpg",
    "thumbnail_uri": "",
    "song": "Serafina",
    "track_id": "50683dfe-6f1b-4e4c-b21b-7f6a1781c36e",
    "recording_id": null,
    "artist": "Bambara",
    "artist_ids": [
        "3995ee23-1fdb-489e-9325-d7027ec9ac31"
    ],
    "album": "Stray",
    "release_id": "635e881e-1686-4a97-9404-87fd8c4a6b01",
    "release_group_id": null,
    "labels": [
        "Wharf Cat Records"
    ],
    "label_ids": [
        "a30d036b-1c89-4668-8ff8-faa73852791e"
    ],
    "release_date": "2020-02-14",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Preorder the new record here: https://bambara.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}