Information about plays

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

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

{
    "id": 489425,
    "uri": "https://api.kexp.org/v2/plays/489425/?format=api",
    "airdate": "2001-11-22T23:00:00-08:00",
    "show": 8378,
    "show_uri": "https://api.kexp.org/v2/shows/8378/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Inside Four Walls",
    "track_id": "f0124291-6980-45ae-97c3-4dbbb635101b",
    "recording_id": null,
    "artist": "Nevermore",
    "artist_ids": [
        "7d093650-89be-4108-842b-ba7f5367504b"
    ],
    "album": "Dead Heart in a Dead World",
    "release_id": "24532481-6b61-49e2-af0c-ac38d17d3686",
    "release_group_id": null,
    "labels": [
        "Century Media"
    ],
    "label_ids": [
        "727ad90b-7ef4-48d2-8f16-c34016544822"
    ],
    "release_date": "2000-09-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}