Information about plays

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

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

{
    "id": 2683290,
    "uri": "https://api.kexp.org/v2/plays/2683290/?format=api",
    "airdate": "2020-01-07T13:03:33.642000-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "https://ia801307.us.archive.org/35/items/mbid-5f692216-1932-4cfa-ad6e-0e3c2304579f/mbid-5f692216-1932-4cfa-ad6e-0e3c2304579f-3323637378.jpg",
    "thumbnail_uri": "https://ia601307.us.archive.org/35/items/mbid-5f692216-1932-4cfa-ad6e-0e3c2304579f/mbid-5f692216-1932-4cfa-ad6e-0e3c2304579f-3323637378_thumb250.jpg",
    "song": "Waiting Room",
    "track_id": "55b9be96-bc9a-3a1c-922c-89d0779f1b61",
    "recording_id": null,
    "artist": "Fugazi",
    "artist_ids": [
        "233fc3f3-6de2-465c-985e-e721dbabbace"
    ],
    "album": "13 Songs",
    "release_id": "5f692216-1932-4cfa-ad6e-0e3c2304579f",
    "release_group_id": "e65e574d-6129-3798-84d9-5952876ad210",
    "labels": [
        "Dischord Records"
    ],
    "label_ids": [
        "2954d038-b2af-495a-b3b7-ab8028c672c4"
    ],
    "release_date": "1989-09-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Go to St. Louis in 1988 for a live performance: https://www.youtube.com/watch?v=5zibWVwI26o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}