Information about plays

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

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

{
    "id": 443500,
    "uri": "https://api.kexp.org/v2/plays/443500/?format=api",
    "airdate": "2001-07-10T07:15:00-07:00",
    "show": 7487,
    "show_uri": "https://api.kexp.org/v2/shows/7487/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Reptile Smile",
    "track_id": "1f915a33-3973-480c-ab8c-9f0c8098b483",
    "recording_id": null,
    "artist": "Th' Faith Healers",
    "artist_ids": [
        "d9c7e489-54c0-413b-b7a5-4af14a2fd305"
    ],
    "album": "L'",
    "release_id": "9a67ba3c-cb7c-41a8-8505-1aead7741f6f",
    "release_group_id": null,
    "labels": [
        "Too Pure"
    ],
    "label_ids": [
        "ae5ab1f6-8ce6-4af0-9268-442b9067f537"
    ],
    "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"
}