Information about plays

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

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

{
    "id": 440299,
    "uri": "https://api.kexp.org/v2/plays/440299/?format=api",
    "airdate": "2001-06-30T22:09:13-07:00",
    "show": 7425,
    "show_uri": "https://api.kexp.org/v2/shows/7425/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Expirations",
    "track_id": "4b09b20e-5676-4e5d-b463-0e938cd6fbfc",
    "recording_id": null,
    "artist": "MGM vs. Rollercone",
    "artist_ids": [
        "8d627ff5-cb5c-4f2d-b4ed-b13eb99ad89c"
    ],
    "album": "Galaktic Sound Lab: One",
    "release_id": "4ae5f85a-7ea9-49b8-bfb5-04f5f7f8f719",
    "release_group_id": null,
    "labels": [
        "Galaktic Sound Lab"
    ],
    "label_ids": [
        "269eba4a-87c2-47c1-8a20-4f0b64275203"
    ],
    "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"
}