Information about plays

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

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

{
    "id": 495378,
    "uri": "https://api.kexp.org/v2/plays/495378/?format=api",
    "airdate": "2001-12-10T19:16:21-08:00",
    "show": 8497,
    "show_uri": "https://api.kexp.org/v2/shows/8497/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bassama (Sudan)",
    "track_id": "71a2e156-826a-4ed7-b10b-af66b354e57e",
    "recording_id": null,
    "artist": "Abdel Gadir Salim",
    "artist_ids": [
        "7681f1f0-39cd-4030-a9b0-77d86639a67f"
    ],
    "album": "Mondo Africa",
    "release_id": "ae054721-609c-40e1-9265-8e6a48060d78",
    "release_group_id": null,
    "labels": [
        "Mondo Melodia"
    ],
    "label_ids": [
        "ffdcb01e-43ef-45bc-9b3c-56c3edf069b1"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}