Information about plays

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

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

{
    "id": 464924,
    "uri": "https://api.kexp.org/v2/plays/464924/?format=api",
    "airdate": "2001-09-10T23:37:30-07:00",
    "show": 7900,
    "show_uri": "https://api.kexp.org/v2/shows/7900/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Friend Maurice",
    "track_id": "6a6931d1-cbcd-45a0-bc08-863e8c7012b0",
    "recording_id": null,
    "artist": "Home",
    "artist_ids": [
        "d5a79103-b6c8-4416-a0fa-6d86fbf46e22"
    ],
    "album": "IX",
    "release_id": "a7af4b1b-adc7-471c-a9e5-51a002768ee9",
    "release_group_id": null,
    "labels": [
        "Relativity Records"
    ],
    "label_ids": [
        "2bfb17b6-95da-44f8-9cd2-9cc661083901"
    ],
    "release_date": "1995-04-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}