Information about plays

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

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

{
    "id": 504375,
    "uri": "https://api.kexp.org/v2/plays/504375/?format=api",
    "airdate": "2002-01-06T21:06:40-08:00",
    "show": 8674,
    "show_uri": "https://api.kexp.org/v2/shows/8674/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So Real",
    "track_id": "c52e6bc1-32dc-4bee-958e-1a9c708d4ff5",
    "recording_id": null,
    "artist": "Danny C",
    "artist_ids": [
        "7636ad63-ff1d-4fa0-9071-c40837ad892b"
    ],
    "album": "Vivid / So Real",
    "release_id": "80448461-ca18-454e-8a2a-f45dc501d541",
    "release_group_id": null,
    "labels": [
        "Valve Recordings"
    ],
    "label_ids": [
        "3a6b53b4-1ea0-42a4-bcff-c71aedc54ec9"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}