Information about plays

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

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

{
    "id": 2682770,
    "uri": "https://api.kexp.org/v2/plays/2682770/?format=api",
    "airdate": "2020-01-06T08:14:08-08:00",
    "show": 46306,
    "show_uri": "https://api.kexp.org/v2/shows/46306/?format=api",
    "image_uri": "https://coverartarchive.org/release/8ec43678-f489-413a-aece-6e02214c9533/24364470875-250.jpg",
    "thumbnail_uri": "",
    "song": "Home",
    "track_id": "5fb935c4-1a2d-434e-9da1-03d8746ecae7",
    "recording_id": null,
    "artist": "Caribou",
    "artist_ids": [
        "735e3514-a8ae-401f-af3b-6300df1b8d2c"
    ],
    "album": "Home",
    "release_id": "8ec43678-f489-413a-aece-6e02214c9533",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2019-10-09",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}