Information about plays

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

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

{
    "id": 343009,
    "uri": "https://api.kexp.org/v2/plays/343009/?format=api",
    "airdate": "2019-06-18T15:22:42-07:00",
    "show": 5720,
    "show_uri": "https://api.kexp.org/v2/shows/5720/?format=api",
    "image_uri": "http://coverartarchive.org/release/bbd7d814-3ec1-3a38-af77-9c99176fcd2c/11024800644-250.jpg",
    "thumbnail_uri": "",
    "song": "You! Me! Dancing!",
    "track_id": "f70885d7-b1b4-3608-b08d-d6da321c0037",
    "recording_id": null,
    "artist": "Los Campesinos!",
    "artist_ids": [
        "e1194e66-e4f0-4351-9d26-ac95df530d0c"
    ],
    "album": "Hold On Now, Youngster...",
    "release_id": "bbd7d814-3ec1-3a38-af77-9c99176fcd2c",
    "release_group_id": null,
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2008-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Los Campesinos! performing live on KEXP: https://www.youtube.com/watch?v=YuYbAIVvgNk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}