Information about plays

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

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

{
    "id": 346124,
    "uri": "https://api.kexp.org/v2/plays/346124/?format=api",
    "airdate": "2019-06-25T21:02:23-07:00",
    "show": 5771,
    "show_uri": "https://api.kexp.org/v2/shows/5771/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sahir",
    "track_id": "4854d404-12f7-4ce7-ab0b-46e6a5320ed6",
    "recording_id": null,
    "artist": "The Spy From Cairo",
    "artist_ids": [
        "79ea02de-c494-44d9-a0dc-aad2c15a23a9"
    ],
    "album": "Nothing New Under the Sun",
    "release_id": "58b0e73c-fb61-4562-993f-c14b4ed67d78",
    "release_group_id": null,
    "labels": [
        "Wonderwheel Recordings"
    ],
    "label_ids": [
        "dc6e6168-8e93-4cfa-b0d6-dfa68a1adae3"
    ],
    "release_date": "2017-12-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}