Information about plays

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

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

{
    "id": 1275500,
    "uri": "https://api.kexp.org/v2/plays/1275500/?format=api",
    "airdate": "2007-09-05T06:26:31-07:00",
    "show": 22325,
    "show_uri": "https://api.kexp.org/v2/shows/22325/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "That Was Another Country",
    "track_id": "3bef4e8e-3a93-431e-a7e7-926f03b5c50e",
    "recording_id": null,
    "artist": "The Innocence Mission",
    "artist_ids": [
        "3d921e76-94c4-48c8-9f18-c2d96a8e53c9"
    ],
    "album": "Bright as Yellow",
    "release_id": "1f8fa2b8-6368-47d7-98dd-bc2a54ecaacb",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [],
    "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"
}