Information about plays

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

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

{
    "id": 2674673,
    "uri": "https://api.kexp.org/v2/plays/2674673/?format=api",
    "airdate": "2019-12-18T00:04:57-08:00",
    "show": 46170,
    "show_uri": "https://api.kexp.org/v2/shows/46170/?format=api",
    "image_uri": "https://coverartarchive.org/release/45bbe70a-f78d-4e92-8fff-774806970de7/24831221960-250.jpg",
    "thumbnail_uri": "",
    "song": "Ragrets",
    "track_id": "f12d4b2c-5866-49b6-9ac3-6b3cf77867de",
    "recording_id": null,
    "artist": "Baby Rose",
    "artist_ids": [
        "0ed5c36f-69ab-4e35-a6d4-ce9b6e77946f"
    ],
    "album": "To Myself",
    "release_id": "45bbe70a-f78d-4e92-8fff-774806970de7",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}