Information about plays

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

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

{
    "id": 2680604,
    "uri": "https://api.kexp.org/v2/plays/2680604/?format=api",
    "airdate": "2020-01-01T00:21:54-08:00",
    "show": 46267,
    "show_uri": "https://api.kexp.org/v2/shows/46267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Party Dog",
    "track_id": "f5d3d684-3cbc-3a68-8f70-76db160b7c6f",
    "recording_id": null,
    "artist": "The Actionauts",
    "artist_ids": [
        "91782d94-dbf2-4206-b7ea-154539298ae1"
    ],
    "album": "Last Call",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Zulu Records"
    ],
    "label_ids": [
        "1e3b3b37-5bb5-43df-99d1-a45cfc5419e2"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}