Information about plays

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

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

{
    "id": 2680251,
    "uri": "https://api.kexp.org/v2/plays/2680251/?format=api",
    "airdate": "2019-12-31T04:18:00-08:00",
    "show": 46262,
    "show_uri": "https://api.kexp.org/v2/shows/46262/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It’s Too Late",
    "track_id": "846d88b0-ebbe-4bb5-b39b-455d3eb1a988",
    "recording_id": null,
    "artist": "Shannon and the Clams",
    "artist_ids": [
        "edda8263-7286-4227-9dc4-9ed8e6177f84"
    ],
    "album": "Gone by the Dawn",
    "release_id": "4633108c-7a3f-40c1-8135-2d3cc00aac6b",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [],
    "release_date": "2015-09-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}