Information about plays

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

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

{
    "id": 503339,
    "uri": "https://api.kexp.org/v2/plays/503339/?format=api",
    "airdate": "2002-01-03T14:49:00-08:00",
    "show": 8650,
    "show_uri": "https://api.kexp.org/v2/shows/8650/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ride",
    "track_id": "26356eab-150d-49b7-9b92-fa608438b354",
    "recording_id": null,
    "artist": "Further",
    "artist_ids": [
        "2ac55d31-c90e-4e94-9303-311448954b8c"
    ],
    "album": "Sometimes Chimes",
    "release_id": "592e2bb5-9824-4ed3-8ca0-11812a5990b5",
    "release_group_id": null,
    "labels": [
        "Christmas"
    ],
    "label_ids": [],
    "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"
}