Information about plays

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

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

{
    "id": 2680754,
    "uri": "https://api.kexp.org/v2/plays/2680754/?format=api",
    "airdate": "2020-01-01T09:34:00-08:00",
    "show": 46269,
    "show_uri": "https://api.kexp.org/v2/shows/46269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Glad Girls",
    "track_id": "977c5723-58fd-3ae0-a42c-6e342c38548b",
    "recording_id": null,
    "artist": "Guided by Voices",
    "artist_ids": [
        "6c85f4c3-026c-4c16-9a7c-f546f42ed0fb"
    ],
    "album": "Isolation Drills",
    "release_id": "49b08f1d-7b17-3e62-acd1-dacea60b906c",
    "release_group_id": null,
    "labels": [
        "TVT Records"
    ],
    "label_ids": [],
    "release_date": "2001-04-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}