Information about plays

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

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

{
    "id": 2682465,
    "uri": "https://api.kexp.org/v2/plays/2682465/?format=api",
    "airdate": "2020-01-05T12:32:23-08:00",
    "show": 46300,
    "show_uri": "https://api.kexp.org/v2/shows/46300/?format=api",
    "image_uri": "https://coverartarchive.org/release/17d937d9-e55d-4ecf-abca-e4d50804cabe/25011672464-250.jpg",
    "thumbnail_uri": "",
    "song": "A-Train",
    "track_id": "8bf76187-18d5-4615-8d50-e0e387b6d5aa",
    "recording_id": null,
    "artist": "Coma",
    "artist_ids": [
        "e3e66621-351c-454e-ba1f-bf2844bf7aba"
    ],
    "album": "Voyage Voyage",
    "release_id": "17d937d9-e55d-4ecf-abca-e4d50804cabe",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-22",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Coma are an electronic duo from Cologne. https://www.facebook.com/comacologne/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}