Information about plays

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

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

{
    "id": 2677607,
    "uri": "https://api.kexp.org/v2/plays/2677607/?format=api",
    "airdate": "2019-12-24T16:41:55-08:00",
    "show": 46218,
    "show_uri": "https://api.kexp.org/v2/shows/46218/?format=api",
    "image_uri": "https://coverartarchive.org/release/b60fcfd7-3090-4451-bc7e-6ef8dc9916ed/24506280840-250.jpg",
    "thumbnail_uri": "",
    "song": "74",
    "track_id": "8e468997-3d93-4790-9fd0-3478fda29afb",
    "recording_id": null,
    "artist": "Earl Sweatshirt",
    "artist_ids": [
        "8b22acd6-20e6-4463-a75c-c14b5cfdb666"
    ],
    "album": "FEET OF CLAY",
    "release_id": "b60fcfd7-3090-4451-bc7e-6ef8dc9916ed",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}