Information about plays

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

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

{
    "id": 434004,
    "uri": "https://api.kexp.org/v2/plays/434004/?format=api",
    "airdate": "2001-06-12T20:16:21-07:00",
    "show": 7304,
    "show_uri": "https://api.kexp.org/v2/shows/7304/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51uwSQEAHTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51uwSQEAHTL._SL75_.jpg",
    "song": "Nètsanèt (Liberty)",
    "track_id": "20844d32-b79e-4331-91c5-12598c71bd24",
    "recording_id": null,
    "artist": "Mulatu Astatke",
    "artist_ids": [
        "67f0c7ca-14e8-47a3-be0e-bd2f2ffe25bb"
    ],
    "album": "Ethiopiques 4: Ethio Jazz & Musique Instrumentale, 1969-1974",
    "release_id": "aba08d8c-9098-4d62-9a0d-7715968d5205",
    "release_group_id": null,
    "labels": [
        "Buda Musique"
    ],
    "label_ids": [
        "cc691994-6790-493a-8462-e12f046b4bee"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}