Information about plays

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

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

{
    "id": 497463,
    "uri": "https://api.kexp.org/v2/plays/497463/?format=api",
    "airdate": "2001-12-16T20:34:00-08:00",
    "show": 8537,
    "show_uri": "https://api.kexp.org/v2/shows/8537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mellow",
    "track_id": "58f0ae4a-4716-4163-98d2-a0b0736151e0",
    "recording_id": null,
    "artist": "Intense",
    "artist_ids": [
        "c45dc7d9-ebc5-43c5-8172-5ea400a42ad5"
    ],
    "album": "Lovers Rock",
    "release_id": "b7a6e139-e2c3-48ea-88ef-e624894dc5b2",
    "release_group_id": null,
    "labels": [
        "\""
    ],
    "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"
}