Information about plays

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

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

{
    "id": 353244,
    "uri": "https://api.kexp.org/v2/plays/353244/?format=api",
    "airdate": "2019-07-11T23:05:00-07:00",
    "show": 5884,
    "show_uri": "https://api.kexp.org/v2/shows/5884/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Tide Is High",
    "track_id": "270432bb-9628-4cbf-896a-43e11b45e776",
    "recording_id": null,
    "artist": "The Paragons",
    "artist_ids": [
        "be976b44-a297-425c-be6a-a648418b3161"
    ],
    "album": "On the Beach",
    "release_id": "8b40ac1b-15d0-44a4-9052-c9935b672db8",
    "release_group_id": null,
    "labels": [
        "Treasure Isle (UK)"
    ],
    "label_ids": [],
    "release_date": "1967-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "John Holt was born on this day in 1947 he was the singer and songwriter in the rocksteady group The Paragons (died 2014). He wrote “The Tide Is High”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}