Information about plays

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

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

{
    "id": 2680340,
    "uri": "https://api.kexp.org/v2/plays/2680340/?format=api",
    "airdate": "2019-12-31T08:52:13-08:00",
    "show": 46263,
    "show_uri": "https://api.kexp.org/v2/shows/46263/?format=api",
    "image_uri": "https://coverartarchive.org/release/1b23650b-ab54-4798-8e78-3c7c95432c9a/16748262545-250.jpg",
    "thumbnail_uri": "",
    "song": "Fool for Love",
    "track_id": "bebf14ce-0ac4-4d60-84e5-0ccd64312f85",
    "recording_id": null,
    "artist": "Lord Huron",
    "artist_ids": [
        "51c76d97-0635-433c-b26d-66beb81657f8"
    ],
    "album": "Strange Trails",
    "release_id": "1b23650b-ab54-4798-8e78-3c7c95432c9a",
    "release_group_id": null,
    "labels": [
        "IAMSOUND Records"
    ],
    "label_ids": [
        "ead543a9-5a46-447f-9165-579143dd902a"
    ],
    "release_date": "2015-04-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}