Information about plays

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

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

{
    "id": 1323220,
    "uri": "https://api.kexp.org/v2/plays/1323220/?format=api",
    "airdate": "2008-01-06T22:50:00-08:00",
    "show": 23136,
    "show_uri": "https://api.kexp.org/v2/shows/23136/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Prepared To Go Seiji feat. Ernesto",
    "track_id": null,
    "recording_id": null,
    "artist": "Swell",
    "artist_ids": [
        "f8706364-9bc4-4fa6-976e-be39c3490d9f"
    ],
    "album": "Swell Communications - Album Sampler part 1 ( 12'' single )",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Freerange Records"
    ],
    "label_ids": [
        "074ffba4-4ef3-430a-a863-052164938481"
    ],
    "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"
}