Information about plays

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

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

{
    "id": 532654,
    "uri": "https://api.kexp.org/v2/plays/532654/?format=api",
    "airdate": "2002-03-29T19:36:41-08:00",
    "show": 9221,
    "show_uri": "https://api.kexp.org/v2/shows/9221/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Speed Limit",
    "track_id": "e97c63e4-8958-4f0a-a0b7-7b6ea3c171b9",
    "recording_id": null,
    "artist": "The Go Getters",
    "artist_ids": [
        "7d7697d4-c0d7-478c-b01f-fa524d067ddd"
    ],
    "album": "Rock'n Roll Is Everywhere",
    "release_id": "4f5aca2b-ae60-4f24-8fb1-9a0e035e60d3",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}