Information about plays

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

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

{
    "id": 507547,
    "uri": "https://api.kexp.org/v2/plays/507547/?format=api",
    "airdate": "2002-01-16T04:32:00-08:00",
    "show": 8735,
    "show_uri": "https://api.kexp.org/v2/shows/8735/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Howlin' Pelle Talks to the Kids",
    "track_id": null,
    "recording_id": null,
    "artist": "The Hives",
    "artist_ids": [
        "487bfd74-71bf-46dd-b89c-80b7a0f06f2f"
    ],
    "album": "Main Offender -- single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Big Wheel Recreation"
    ],
    "label_ids": [
        "6037b4d4-dddf-4807-b0e4-a53c4a981ca1"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}