Information about plays

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

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

{
    "id": 2680404,
    "uri": "https://api.kexp.org/v2/plays/2680404/?format=api",
    "airdate": "2019-12-31T12:47:00-08:00",
    "show": 46264,
    "show_uri": "https://api.kexp.org/v2/shows/46264/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1904",
    "track_id": "54595549-0a4a-3877-b764-92f0797407f2",
    "recording_id": null,
    "artist": "The Tallest Man on Earth",
    "artist_ids": [
        "7e35659f-f3bb-4c28-bcf5-47bd5cfa2bca"
    ],
    "album": "There's No Leaving Now",
    "release_id": "5e5bfaf7-72a9-4a68-8a87-0f3f6a49adf0",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [],
    "release_date": "2012-06-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stevie Zoom welcomed The Tallest Man on Earth to the KEXP studio for this live performance of \"1904\": https://www.youtube.com/watch?v=40aqF7OvQfs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}