Information about plays

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

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

{
    "id": 350386,
    "uri": "https://api.kexp.org/v2/plays/350386/?format=api",
    "airdate": "2019-07-05T08:43:21-07:00",
    "show": 5834,
    "show_uri": "https://api.kexp.org/v2/shows/5834/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Born of Frustration",
    "track_id": "c69a5988-46ee-349e-ba32-7758970166c8",
    "recording_id": null,
    "artist": "James",
    "artist_ids": [
        "a2accb58-6099-4cb5-a3c8-f6332f364db5"
    ],
    "album": "Born of Frustration",
    "release_id": "4b7ff0d5-3464-4b90-b396-4d6ca41d413f",
    "release_group_id": null,
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Speaking of James, they'll be at The Showbox with The Psychedelic Furs on Tuesday, July 30th, 2019,  See the video for \"Born of Frustration\":  https://www.youtube.com/watch?v=QxM42rG0a08",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}