Information about plays

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

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

{
    "id": 1314438,
    "uri": "https://api.kexp.org/v2/plays/1314438/?format=api",
    "airdate": "2007-12-15T05:21:00-08:00",
    "show": 22985,
    "show_uri": "https://api.kexp.org/v2/shows/22985/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boiler Room",
    "track_id": "8f67500b-d5ca-4f92-8549-63b1bdc20668",
    "recording_id": null,
    "artist": "Tad",
    "artist_ids": [
        "867d3fb7-9cd1-47a4-a8f0-de29cdca2004"
    ],
    "album": "God's Balls",
    "release_id": "6d7b5fd6-1c2c-4185-9bb2-8a6e96ffebc8",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1989-03-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}