Information about plays

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

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

{
    "id": 2680033,
    "uri": "https://api.kexp.org/v2/plays/2680033/?format=api",
    "airdate": "2019-12-30T17:32:08-08:00",
    "show": 46259,
    "show_uri": "https://api.kexp.org/v2/shows/46259/?format=api",
    "image_uri": "https://coverartarchive.org/release/7ea1dafd-4551-4ea2-bbe1-8f5e99a762ec/10155539539-250.jpg",
    "thumbnail_uri": "",
    "song": "Mountain Song",
    "track_id": "b74173f2-42cd-4f22-a719-b6a1c230cd02",
    "recording_id": null,
    "artist": "Sandrider",
    "artist_ids": [
        "f48fbe8e-f818-41f9-9e03-ea1b5eb64934"
    ],
    "album": "Sandrider + Kinski",
    "release_id": "7ea1dafd-4551-4ea2-bbe1-8f5e99a762ec",
    "release_group_id": null,
    "labels": [
        "Good to Die Records"
    ],
    "label_ids": [
        "e3b3d26d-58ed-46cc-85f0-fdee3b0b3498"
    ],
    "release_date": "2015-02-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sandrider will be in Seattle on Saturday, January 25th at the Clock-out Lounge.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}