Information about plays

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

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

{
    "id": 429013,
    "uri": "https://api.kexp.org/v2/plays/429013/?format=api",
    "airdate": "2001-05-28T20:45:00-07:00",
    "show": 7210,
    "show_uri": "https://api.kexp.org/v2/shows/7210/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Toko",
    "track_id": "4e3e2138-6b50-4be5-a558-5b8d0c50ddad",
    "recording_id": null,
    "artist": "Momo Wandel Soumah",
    "artist_ids": [
        "dcf1bde5-0655-42b3-b9c7-a6f234522665"
    ],
    "album": "Afro Swing",
    "release_id": "de4b65c3-b780-4089-929b-3ec2696ff32e",
    "release_group_id": null,
    "labels": [
        "Fonti Musicali"
    ],
    "label_ids": [
        "e7484fc6-0b46-4d1f-a998-e2da3839cf1b"
    ],
    "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"
}