Information about plays

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

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

{
    "id": 502145,
    "uri": "https://api.kexp.org/v2/plays/502145/?format=api",
    "airdate": "2001-12-31T02:54:00-08:00",
    "show": 8629,
    "show_uri": "https://api.kexp.org/v2/shows/8629/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Father My King",
    "track_id": null,
    "recording_id": null,
    "artist": "Mogwai",
    "artist_ids": [
        "d700b3f5-45af-4d02-95ed-57d301bda93e"
    ],
    "album": "CD single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "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"
}