Information about plays

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

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

{
    "id": 497514,
    "uri": "https://api.kexp.org/v2/plays/497514/?format=api",
    "airdate": "2001-12-17T00:12:00-08:00",
    "show": 8539,
    "show_uri": "https://api.kexp.org/v2/shows/8539/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Magnified Features",
    "track_id": "0ac24e40-3865-4b5a-b1ed-79990c08ecf7",
    "recording_id": null,
    "artist": "HiM",
    "artist_ids": [
        "7bedf226-37e5-487b-bbf2-8a9c6f7beed9"
    ],
    "album": "New Features",
    "release_id": "f50505df-2f98-403a-94cd-f5790193b3b9",
    "release_group_id": null,
    "labels": [
        "Bubble Core"
    ],
    "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"
}