Information about plays

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

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

{
    "id": 344406,
    "uri": "https://api.kexp.org/v2/plays/344406/?format=api",
    "airdate": "2019-06-21T18:17:00-07:00",
    "show": 5739,
    "show_uri": "https://api.kexp.org/v2/shows/5739/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dance and Chant",
    "track_id": "e81fdb18-333e-4f49-94e6-74faac136403",
    "recording_id": null,
    "artist": "Yolanda Be Cool",
    "artist_ids": [
        "bd90e308-9904-48fb-9318-918d3f595d73"
    ],
    "album": "Dance and Chant",
    "release_id": "f079c5aa-024b-46e2-9cc5-fcc5a1e1de37",
    "release_group_id": null,
    "labels": [
        "Ultra Music"
    ],
    "label_ids": [],
    "release_date": "2019-01-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hot Aussie dance band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}