Information about plays

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

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

{
    "id": 447995,
    "uri": "https://api.kexp.org/v2/plays/447995/?format=api",
    "airdate": "2001-07-23T14:33:20-07:00",
    "show": 7574,
    "show_uri": "https://api.kexp.org/v2/shows/7574/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sports Pod",
    "track_id": "4b61a33c-1f96-4ef1-8bd5-f4e80f5ceb23",
    "recording_id": null,
    "artist": "The Wisdom of Harry",
    "artist_ids": [
        "13cd4b1a-9edb-4be1-8573-50747a8ae4ef"
    ],
    "album": "Stars of Super 8",
    "release_id": "88cce93f-d198-4479-bc18-d9d45a8f1120",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "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"
}