Information about plays

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

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

{
    "id": 373456,
    "uri": "https://api.kexp.org/v2/plays/373456/?format=api",
    "airdate": "2019-08-28T09:39:26-07:00",
    "show": 6217,
    "show_uri": "https://api.kexp.org/v2/shows/6217/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pretty in the Parlour",
    "track_id": "eede2c0c-20d4-37c1-8e41-338bb392bba9",
    "recording_id": null,
    "artist": "Flour",
    "artist_ids": [
        "ab9d60bf-3c0d-42ca-92ac-4dff0e1fedba"
    ],
    "album": "Fourth & Final",
    "release_id": "7de77eeb-c3e4-4b0d-bc2b-c6c7b09a537a",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Flour is an American band, and the nickname of Minneapolis musician Pete Conway. He released four solo albums on Touch and Go Records from 1988 to 1994 on which he plays most of the instruments himself.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}