Information about plays

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

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

{
    "id": 2678436,
    "uri": "https://api.kexp.org/v2/plays/2678436/?format=api",
    "airdate": "2019-12-26T16:21:47-08:00",
    "show": 46228,
    "show_uri": "https://api.kexp.org/v2/shows/46228/?format=api",
    "image_uri": "https://coverartarchive.org/release/516ee0b4-e21d-4056-a7a4-ec14e8e62bba/5497936436-250.jpg",
    "thumbnail_uri": "",
    "song": "Feral Love",
    "track_id": "fe750cc5-e59f-4664-b658-ec4e70e78910",
    "recording_id": null,
    "artist": "Chelsea Wolfe",
    "artist_ids": [
        "60e8e938-365e-4429-a141-4c79eb49588d"
    ],
    "album": "Pain Is Beauty",
    "release_id": "516ee0b4-e21d-4056-a7a4-ec14e8e62bba",
    "release_group_id": null,
    "labels": [
        "Sargent House"
    ],
    "label_ids": [
        "8e3fe8a2-3c49-4ec1-8a1f-c31c2814611f"
    ],
    "release_date": "2013-09-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a live in-studio with Chelsea Wolfe last year: https://www.youtube.com/watch?v=BdLSBDY3AjQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}