Information about plays

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

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

{
    "id": 2678988,
    "uri": "https://api.kexp.org/v2/plays/2678988/?format=api",
    "airdate": "2019-12-28T01:23:23-08:00",
    "show": 46237,
    "show_uri": "https://api.kexp.org/v2/shows/46237/?format=api",
    "image_uri": "https://coverartarchive.org/release/5c545925-f48c-3d5b-b448-23a25f9ec048/5554295701-250.jpg",
    "thumbnail_uri": "",
    "song": "Codex",
    "track_id": "168b554b-6dde-37d5-a5a3-17edd76d5894",
    "recording_id": null,
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "The King of Limbs",
    "release_id": "5c545925-f48c-3d5b-b448-23a25f9ec048",
    "release_group_id": null,
    "labels": [
        "Ticker Tape Ltd"
    ],
    "label_ids": [
        "e992b53e-d204-47e5-9d16-08f8efcbd0a4"
    ],
    "release_date": "2011-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}