Information about plays

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

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

{
    "id": 498113,
    "uri": "https://api.kexp.org/v2/plays/498113/?format=api",
    "airdate": "2001-12-18T17:23:00-08:00",
    "show": 8548,
    "show_uri": "https://api.kexp.org/v2/shows/8548/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "For Her Soul, Slowly, Solely - H.I.M.N.L./Tylana",
    "track_id": null,
    "recording_id": null,
    "artist": "(Various Artists) ",
    "artist_ids": [
        "89ad4ac3-39f7-470e-963a-56509c546377"
    ],
    "album": "Beneath The Surface",
    "release_id": "78e3e537-1a94-4514-98d4-3561fc61f307",
    "release_group_id": null,
    "labels": [
        "Celestial Recordings"
    ],
    "label_ids": [
        "fd4f2959-77b0-4413-a77e-8f3d66cf666d"
    ],
    "release_date": "1999-06-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}