Information about plays

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

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

{
    "id": 431154,
    "uri": "https://api.kexp.org/v2/plays/431154/?format=api",
    "airdate": "2001-06-04T08:04:17-07:00",
    "show": 7252,
    "show_uri": "https://api.kexp.org/v2/shows/7252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Raphael",
    "track_id": "b5688e90-76e5-498b-8aee-9b99dd22b17d",
    "recording_id": null,
    "artist": "Torch Song",
    "artist_ids": [
        "ba7690fc-02fe-4a10-bea4-e21fa123764f"
    ],
    "album": "Toward the Unknown Region",
    "release_id": "f17d7463-fc12-4a9e-8e00-9e7d46ebf2f1",
    "release_group_id": null,
    "labels": [
        "N-GRAM Recordings"
    ],
    "label_ids": [
        "c27f329f-dfd6-4d66-9d55-8b400eb0dee9"
    ],
    "release_date": "1995-04-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}