Information about plays

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

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

{
    "id": 348276,
    "uri": "https://api.kexp.org/v2/plays/348276/?format=api",
    "airdate": "2019-06-30T15:00:24-07:00",
    "show": 5805,
    "show_uri": "https://api.kexp.org/v2/shows/5805/?format=api",
    "image_uri": "http://coverartarchive.org/release/be3e3f45-2963-46b2-807b-21c2e947eeee/2210811645-250.jpg",
    "thumbnail_uri": "",
    "song": "Apocalypse Dreams",
    "track_id": "7719ed5f-53f4-3775-9f04-4989215bc049",
    "recording_id": null,
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Lonerism",
    "release_id": "be3e3f45-2963-46b2-807b-21c2e947eeee",
    "release_group_id": null,
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2012-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://official.tameimpala.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}