Information about plays

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

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

{
    "id": 2682693,
    "uri": "https://api.kexp.org/v2/plays/2682693/?format=api",
    "airdate": "2020-01-06T03:40:03-08:00",
    "show": 46305,
    "show_uri": "https://api.kexp.org/v2/shows/46305/?format=api",
    "image_uri": "https://coverartarchive.org/release/487e1eca-c10b-4a44-ace9-817f9e8e433a/7069468136-250.jpg",
    "thumbnail_uri": "",
    "song": "Encrypted Bounce",
    "track_id": "72b316e0-6e58-4d7c-9887-7eded8b5a9d8",
    "recording_id": null,
    "artist": "Oh Sees",
    "artist_ids": [
        "194272cc-dcc8-4640-a4a6-66da7d250d5c"
    ],
    "album": "Drop",
    "release_id": "487e1eca-c10b-4a44-ace9-817f9e8e433a",
    "release_group_id": null,
    "labels": [
        "Castle Face Records"
    ],
    "label_ids": [
        "0274b1c2-1e89-4adf-a77f-c8341cc7bcee"
    ],
    "release_date": "2014-04-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}