Information about plays

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

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

{
    "id": 499549,
    "uri": "https://api.kexp.org/v2/plays/499549/?format=api",
    "airdate": "2001-12-22T22:27:16-08:00",
    "show": 8574,
    "show_uri": "https://api.kexp.org/v2/shows/8574/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "INNER CITY SIDES PT 1 ",
    "track_id": null,
    "recording_id": null,
    "artist": "Projections",
    "artist_ids": [
        "0e7dc6d5-6efc-4378-92bb-197736441b5c"
    ],
    "album": "Inner City Sides",
    "release_id": "24e0598c-75e1-4ec6-95ea-44304307665e",
    "release_group_id": null,
    "labels": [
        "Guidance Recordings"
    ],
    "label_ids": [
        "cea69953-53e4-4ea2-9d00-19fc7f54d74c"
    ],
    "release_date": "2002-02-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}