Information about plays

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

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

{
    "id": 480649,
    "uri": "https://api.kexp.org/v2/plays/480649/?format=api",
    "airdate": "2001-10-27T01:45:00-07:00",
    "show": 8202,
    "show_uri": "https://api.kexp.org/v2/shows/8202/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cold Shift (Tigerbeat6 Allstars mix)",
    "track_id": "942d5149-4fa6-46eb-8155-bb92c4c35204",
    "recording_id": null,
    "artist": "Datach'i",
    "artist_ids": [
        "cd27216d-bb4e-40a8-a561-5018f162ba0d"
    ],
    "album": "This Is My EP",
    "release_id": "be9260e0-35f8-4c47-8893-85271c5ad756",
    "release_group_id": null,
    "labels": [
        "Caipirinha Productions"
    ],
    "label_ids": [
        "fd2c8935-ac66-4084-9038-08f658ac5214"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}