Information about plays

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

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

{
    "id": 474626,
    "uri": "https://api.kexp.org/v2/plays/474626/?format=api",
    "airdate": "2001-10-09T19:00:00-07:00",
    "show": 8089,
    "show_uri": "https://api.kexp.org/v2/shows/8089/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "chemach el achi",
    "track_id": null,
    "recording_id": null,
    "artist": "Orchestre Andalou d'Israël",
    "artist_ids": [
        "5bdd5fcd-d070-4044-b5b4-e42f2e8cc085"
    ],
    "album": "Maghreb II (disc 2)",
    "release_id": "6148216c-0d28-4042-a0ce-6205cdaffe3e",
    "release_group_id": null,
    "labels": [
        "Magda Records"
    ],
    "label_ids": [
        "641aaf5f-e250-4b48-b105-c796ab3c7935"
    ],
    "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"
}