Information about plays

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

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

{
    "id": 475489,
    "uri": "https://api.kexp.org/v2/plays/475489/?format=api",
    "airdate": "2001-10-12T03:32:43-07:00",
    "show": 8103,
    "show_uri": "https://api.kexp.org/v2/shows/8103/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunshine's Theme (Sunshine's remix)",
    "track_id": "dfb2e848-261b-46b6-a9a0-14ce9db8fb3b",
    "recording_id": null,
    "artist": "Dubtribe Sound System",
    "artist_ids": [
        "1400eb1a-e3b5-4f4c-8e4a-7f3a67bda1dc"
    ],
    "album": "Selene Songs",
    "release_id": "e9c5ffef-2f11-400e-8ce2-5e559f37c4a1",
    "release_group_id": null,
    "labels": [
        "Organico"
    ],
    "label_ids": [
        "3690d1fc-24d7-4992-9471-ec10bf7305eb"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}