Information about plays

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

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

{
    "id": 493895,
    "uri": "https://api.kexp.org/v2/plays/493895/?format=api",
    "airdate": "2001-12-06T04:37:00-08:00",
    "show": 8467,
    "show_uri": "https://api.kexp.org/v2/shows/8467/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Enter The Portal",
    "track_id": "87ea9a9e-b9e9-4fd5-8e7b-829431c4e50d",
    "recording_id": null,
    "artist": "Phoenix Orion And Team Eloheem",
    "artist_ids": [
        "49df6af6-c73c-4838-bf01-13eb9f43542e"
    ],
    "album": "Secret Wars",
    "release_id": "55e6d3e0-5b4d-4866-bc9c-0cc18528b35e",
    "release_group_id": null,
    "labels": [
        "Atomic Candy"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}