Information about plays

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

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

{
    "id": 2682303,
    "uri": "https://api.kexp.org/v2/plays/2682303/?format=api",
    "airdate": "2020-01-05T03:12:25-08:00",
    "show": 46297,
    "show_uri": "https://api.kexp.org/v2/shows/46297/?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": "Released in November, Earl Sweatshirts EP, 'FEET OF  CLAY' is his second extended play after 2015's 'Solace' and the first new music since 2018's album, 'Some Rap Songs.'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}