Information about plays

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

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

{
    "id": 2677833,
    "uri": "https://api.kexp.org/v2/plays/2677833/?format=api",
    "airdate": "2019-12-25T06:45:46-08:00",
    "show": 46222,
    "show_uri": "https://api.kexp.org/v2/shows/46222/?format=api",
    "image_uri": "https://coverartarchive.org/release/99c0ab05-7bd4-43e4-8009-8d255d791a45/22479261395-250.jpg",
    "thumbnail_uri": "",
    "song": "The White Season",
    "track_id": "25b06e64-a2bc-3e22-af71-3a9694c3524e",
    "recording_id": null,
    "artist": "Still Corners",
    "artist_ids": [
        "ea5493df-b8d9-4c89-bd5b-6c4aeba7a0ac"
    ],
    "album": "Creatures of an Hour",
    "release_id": "99c0ab05-7bd4-43e4-8009-8d255d791a45",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}