Information about plays

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

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

{
    "id": 2682722,
    "uri": "https://api.kexp.org/v2/plays/2682722/?format=api",
    "airdate": "2020-01-06T05:21:39-08:00",
    "show": 46305,
    "show_uri": "https://api.kexp.org/v2/shows/46305/?format=api",
    "image_uri": "https://coverartarchive.org/release/9e371f4b-af09-41ac-9859-3383f48c0449/23464338302-250.jpg",
    "thumbnail_uri": "",
    "song": "Aaron",
    "track_id": "1160abd6-3420-45ca-99c0-28d123765c09",
    "recording_id": null,
    "artist": "Palehound",
    "artist_ids": [
        "d0d25805-3446-49eb-bf6b-b4fa821c3a7f"
    ],
    "album": "Black Friday",
    "release_id": "9e371f4b-af09-41ac-9859-3383f48c0449",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2019-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}