Information about plays

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

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

{
    "id": 381344,
    "uri": "https://api.kexp.org/v2/plays/381344/?format=api",
    "airdate": "2019-09-15T19:59:00-07:00",
    "show": 6348,
    "show_uri": "https://api.kexp.org/v2/shows/6348/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1976 Heron",
    "track_id": null,
    "recording_id": null,
    "artist": "KILLIAM SHAKESPEARE",
    "artist_ids": [],
    "album": "A Town Called Elsewhere",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sweet Soul Records"
    ],
    "label_ids": [
        "e7c819cf-35c2-464a-9e52-2944c67df66a"
    ],
    "release_date": "2018-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}