Information about plays

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

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

{
    "id": 348607,
    "uri": "https://api.kexp.org/v2/plays/348607/?format=api",
    "airdate": "2019-07-01T11:16:13-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Feel Free",
    "track_id": "666de24a-630f-41f3-af06-e11f8d3e91bd",
    "recording_id": null,
    "artist": "Dilly Dally",
    "artist_ids": [
        "e6eda7e1-2758-47c5-80e3-77493a7e469f"
    ],
    "album": "Heaven",
    "release_id": "ec00fdc0-8189-4d1f-9e8e-029560d4b755",
    "release_group_id": null,
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2018-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another talented artist from Toronto, ON. Here's Live Video from Dilly Dally's 2018 KEXP In-Studio: https://www.youtube.com/watch?v=6P8InLDedOA.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}