Information about plays

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

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

{
    "id": 441240,
    "uri": "https://api.kexp.org/v2/plays/441240/?format=api",
    "airdate": "2001-07-03T18:00:00-07:00",
    "show": 7444,
    "show_uri": "https://api.kexp.org/v2/shows/7444/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Adhan and Allah-O-Akbar",
    "track_id": "20059c59-f1fc-4fb8-9171-6aaa80ab5b33",
    "recording_id": null,
    "artist": "Dollar Brand Duo",
    "artist_ids": [
        "7d17434f-3b24-4acc-be82-f9bce385a43b"
    ],
    "album": "Good News From Africa",
    "release_id": "bed6ff4d-d437-49c3-ba1d-b47cd4407aa7",
    "release_group_id": null,
    "labels": [
        "enja"
    ],
    "label_ids": [
        "dfd22708-6b64-40ee-afaa-8b9edc7b2847"
    ],
    "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"
}