Information about plays

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

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

{
    "id": 440119,
    "uri": "https://api.kexp.org/v2/plays/440119/?format=api",
    "airdate": "2001-06-30T10:37:53-07:00",
    "show": 7420,
    "show_uri": "https://api.kexp.org/v2/shows/7420/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gal Dem A Penny Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Mr. Vegas",
    "artist_ids": [
        "a1b20750-6757-4bf6-8235-4e1fc45cc46b"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Penthouse"
    ],
    "label_ids": [
        "7c6f9042-f22b-4315-b194-0da838fbf687"
    ],
    "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"
}