Information about plays

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

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

{
    "id": 2678562,
    "uri": "https://api.kexp.org/v2/plays/2678562/?format=api",
    "airdate": "2019-12-26T23:10:08-08:00",
    "show": 46230,
    "show_uri": "https://api.kexp.org/v2/shows/46230/?format=api",
    "image_uri": "https://coverartarchive.org/release/a86a45c4-2d02-4f0b-81a5-f6bcaad4bdb4/15637947562-250.jpg",
    "thumbnail_uri": "",
    "song": "Ain’t Nothing Changed",
    "track_id": "50847b6a-788f-47b4-9f90-753c7fa502b4",
    "recording_id": null,
    "artist": "Loyle Carner",
    "artist_ids": [
        "09589937-20f0-40f8-a473-b22a0bac9ce5"
    ],
    "album": "Yesterday’s Gone",
    "release_id": "a86a45c4-2d02-4f0b-81a5-f6bcaad4bdb4",
    "release_group_id": null,
    "labels": [
        "Virgin EMI Records"
    ],
    "label_ids": [
        "512e8486-bfbe-4779-b029-c364209cbb9c"
    ],
    "release_date": "2017-01-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}