Information about plays

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

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

{
    "id": 1213150,
    "uri": "https://api.kexp.org/v2/plays/1213150/?format=api",
    "airdate": "2007-03-29T22:40:22-07:00",
    "show": 21263,
    "show_uri": "https://api.kexp.org/v2/shows/21263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Me And Giuliani Down By The Schoolyard",
    "track_id": null,
    "recording_id": null,
    "artist": "!!!",
    "artist_ids": [
        "f26c72d3-e52c-467b-b651-679c73d8e1a7"
    ],
    "album": "Grisvisan CD Single",
    "release_id": "cd617602-3fab-4e41-b870-170b7215cca1",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}