Information about plays

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

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

{
    "id": 458013,
    "uri": "https://api.kexp.org/v2/plays/458013/?format=api",
    "airdate": "2001-08-21T12:52:30-07:00",
    "show": 7762,
    "show_uri": "https://api.kexp.org/v2/shows/7762/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Partytime",
    "track_id": "dc4e53eb-a98f-4c4c-bb7e-bb982d18ba28",
    "recording_id": null,
    "artist": "The Jazz Butcher",
    "artist_ids": [
        "869f504d-2119-466b-8a3c-ff44cd8abcd0"
    ],
    "album": "In Bath of Bacon",
    "release_id": "da9c86dd-7f1e-4928-a6eb-48d4d1024834",
    "release_group_id": null,
    "labels": [
        "Glass Records"
    ],
    "label_ids": [
        "42c2938f-51c9-4965-8f3a-9525f6b4f6ca"
    ],
    "release_date": "1983-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}