Information about plays

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

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

{
    "id": 494618,
    "uri": "https://api.kexp.org/v2/plays/494618/?format=api",
    "airdate": "2001-12-08T09:39:13-08:00",
    "show": 8481,
    "show_uri": "https://api.kexp.org/v2/shows/8481/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bam Bam",
    "track_id": "abe737b7-46e4-419f-b6c8-4556aad22a03",
    "recording_id": null,
    "artist": "Pliers",
    "artist_ids": [
        "b899e77c-d55a-4530-ae9c-9c4cfac53557"
    ],
    "album": "Reggae Party Mega-Mix (Mixed by Hard-E and Smooth B.)",
    "release_id": "e3549062-3d53-42af-b650-36829ea9450e",
    "release_group_id": null,
    "labels": [
        "Taxi"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}