Information about plays

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

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

{
    "id": 2676690,
    "uri": "https://api.kexp.org/v2/plays/2676690/?format=api",
    "airdate": "2019-12-22T08:57:50-08:00",
    "show": 46200,
    "show_uri": "https://api.kexp.org/v2/shows/46200/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Along The Main Divide",
    "track_id": null,
    "recording_id": null,
    "artist": "Roy Montgomery",
    "artist_ids": [
        "f7017559-4045-4ae7-b819-83e06a415b31"
    ],
    "album": "Scenes From The South Island",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Yellow Electric"
    ],
    "label_ids": [],
    "release_date": "2019-11-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Grouper recently reissued this 1995 album from New Zealand guitar pioneer Roy Montgomery on her label Yellow Electric Records ~ https://grouper.bandcamp.com/album/scenes-from-the-south-island",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}