Information about plays

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

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

{
    "id": 352575,
    "uri": "https://api.kexp.org/v2/plays/352575/?format=api",
    "airdate": "2019-07-10T12:54:41-07:00",
    "show": 5875,
    "show_uri": "https://api.kexp.org/v2/shows/5875/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Intervention",
    "track_id": "5145d916-ccd0-3bdb-9e64-6b9865ccadd8",
    "recording_id": null,
    "artist": "Arcade Fire",
    "artist_ids": [
        "52074ba6-e495-4ef3-9bb4-0703888a9f68"
    ],
    "album": "Neon Bible",
    "release_id": "195cd38b-3dc3-3290-8a13-22158107de56",
    "release_group_id": null,
    "labels": [
        "Universal"
    ],
    "label_ids": [
        "1391bdc7-a22c-48a4-a5fb-e7b8ef6ce143"
    ],
    "release_date": "2007-03-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}