Information about plays

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

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

{
    "id": 2674815,
    "uri": "https://api.kexp.org/v2/plays/2674815/?format=api",
    "airdate": "2019-12-18T07:21:32-08:00",
    "show": 46172,
    "show_uri": "https://api.kexp.org/v2/shows/46172/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fairytale of New York",
    "track_id": "a1749113-d610-32ba-aa60-48fbdfa0166a",
    "recording_id": null,
    "artist": "The Pogues",
    "artist_ids": [
        "d41a6875-b626-4c0f-89a1-aecb643d29ff"
    ],
    "album": "Fairytale of New York",
    "release_id": "c30ffe20-265a-4c62-8c89-f783e89ae2a6",
    "release_group_id": null,
    "labels": [
        "Stiff Records"
    ],
    "label_ids": [],
    "release_date": "1987-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It's The Pogues featuring Kirsty MacColl! UK singer/songwriter Kirsty MacColl was killed in 2000, 19 years ago today, in a boating accident off the coast of Mexico when a speedboat hit her. MacColl was 41 years old.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}