Information about plays

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

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

{
    "id": 2680802,
    "uri": "https://api.kexp.org/v2/plays/2680802/?format=api",
    "airdate": "2020-01-01T12:10:46-08:00",
    "show": 46270,
    "show_uri": "https://api.kexp.org/v2/shows/46270/?format=api",
    "image_uri": "https://coverartarchive.org/release/047c3cec-9e34-4533-b79e-ef64f46a3391/4266236251-250.jpg",
    "thumbnail_uri": "",
    "song": "New Year’s Resolution",
    "track_id": "0bf27751-5bdb-4988-b837-ae0ebe100704",
    "recording_id": null,
    "artist": "Camera Obscura",
    "artist_ids": [
        "94219793-a46b-4c39-9397-e05ad633f32d"
    ],
    "album": "Desire Lines",
    "release_id": "047c3cec-9e34-4533-b79e-ef64f46a3391",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2013-06-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}