Information about plays

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

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

{
    "id": 441589,
    "uri": "https://api.kexp.org/v2/plays/441589/?format=api",
    "airdate": "2001-07-04T17:38:34-07:00",
    "show": 7449,
    "show_uri": "https://api.kexp.org/v2/shows/7449/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Somebody's Gonna Get Their Head Kicked in Tonight",
    "track_id": "a23bb28d-f7bf-4c7e-beba-a30de860cd67",
    "recording_id": null,
    "artist": "The Rezillos",
    "artist_ids": [
        "e9a64ec8-afc6-4aff-aa1f-34fdd3448b7d"
    ],
    "album": "Just Say Yes, Volume 6: Just Say Yesterday",
    "release_id": "703a1d33-07b3-4cba-ac39-24e11bec4400",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1992-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}