Information about plays

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

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

{
    "id": 432056,
    "uri": "https://api.kexp.org/v2/plays/432056/?format=api",
    "airdate": "2001-06-06T21:00:00-07:00",
    "show": 7268,
    "show_uri": "https://api.kexp.org/v2/shows/7268/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chills",
    "track_id": "3618dbe6-c18e-4e26-882f-eb0e8a6bc2e9",
    "recording_id": null,
    "artist": "My Morning Jacket",
    "artist_ids": [
        "ea5883b7-68ce-48b3-b115-61746ea53b8c"
    ],
    "album": "At Dawn (bonus disc: At Dawn Demos)",
    "release_id": "54ba8cf4-0a94-4fea-96c6-8d7a2b063415",
    "release_group_id": null,
    "labels": [
        "Darla Records"
    ],
    "label_ids": [
        "8a6785c2-26ca-4198-ac89-25d908e65c35"
    ],
    "release_date": "2001-06-05",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}