Information about plays

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

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

{
    "id": 2680847,
    "uri": "https://api.kexp.org/v2/plays/2680847/?format=api",
    "airdate": "2020-01-01T14:34:00-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Haul and Paul",
    "track_id": null,
    "recording_id": null,
    "artist": "Sevana",
    "artist_ids": [
        "a70c1bbb-3ed6-43dd-9065-69bdba76c8bd"
    ],
    "album": "Rock & Groove Riddim",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "In.Digg.Nation Collective"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "All hail every single Queen of this ‘emancipation movement’. Long may they reign, equally. https://www.youtube.com/playlist?list=PLtEPR_Vb1icoEcNGEYzVWKNNkRXM0D4T5",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}