Information about plays

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

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

{
    "id": 481034,
    "uri": "https://api.kexp.org/v2/plays/481034/?format=api",
    "airdate": "2001-10-28T09:35:17-08:00",
    "show": 8212,
    "show_uri": "https://api.kexp.org/v2/shows/8212/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let the Healing Begin",
    "track_id": "2804c7c5-2566-4e01-b45b-9e8c7034306c",
    "recording_id": null,
    "artist": "EG Kight",
    "artist_ids": [
        "5b81c597-7d25-4570-83ad-5f2d089a9da6"
    ],
    "album": "Get The Blues!",
    "release_id": "36c793a6-f1d7-49e0-aac1-13ba1ae8e5c5",
    "release_group_id": null,
    "labels": [
        "NARM/BMA"
    ],
    "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"
}