Information about plays

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

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

{
    "id": 2682740,
    "uri": "https://api.kexp.org/v2/plays/2682740/?format=api",
    "airdate": "2020-01-06T06:28:24-08:00",
    "show": 46306,
    "show_uri": "https://api.kexp.org/v2/shows/46306/?format=api",
    "image_uri": "https://coverartarchive.org/release/bd6ea0c6-f5cd-4abf-828a-38df69ad1969/1485559375-250.jpg",
    "thumbnail_uri": "",
    "song": "Intro",
    "track_id": "7860d482-37bd-3705-87c5-0eab3e70b517",
    "recording_id": null,
    "artist": "M83",
    "artist_ids": [
        "6d7b7cd4-254b-4c25-83f6-dd20f98ceacd"
    ],
    "album": "Hurry Up, We’re Dreaming",
    "release_id": "bd6ea0c6-f5cd-4abf-828a-38df69ad1969",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2011-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}