Information about plays

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

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

{
    "id": 357224,
    "uri": "https://api.kexp.org/v2/plays/357224/?format=api",
    "airdate": "2019-07-21T10:25:00-07:00",
    "show": 5955,
    "show_uri": "https://api.kexp.org/v2/shows/5955/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Try (Just a Little Bit Harder)",
    "track_id": "f021abba-f8da-3fca-beb7-046eba6d8b47",
    "recording_id": null,
    "artist": "Janis Joplin",
    "artist_ids": [
        "76c9a186-75bd-436a-85c0-823e3efddb7f"
    ],
    "album": "I Got Dem Ol’ Kozmic Blues Again Mama!",
    "release_id": "b24e3dd5-bcc3-4817-bfbd-c9c4c8d1dbe8",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}