Information about plays

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

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

{
    "id": 503917,
    "uri": "https://api.kexp.org/v2/plays/503917/?format=api",
    "airdate": "2002-01-05T09:51:00-08:00",
    "show": 8661,
    "show_uri": "https://api.kexp.org/v2/shows/8661/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Carpenter",
    "track_id": "4fe43ff5-eb7d-441c-814b-5abb04c774f2",
    "recording_id": null,
    "artist": "Pinchers",
    "artist_ids": [
        "208c7a3b-4bca-49e3-87f3-376789a109a5"
    ],
    "album": "Strictly the Best 12",
    "release_id": "c15aa8f2-905d-4100-bdd2-4b39413190b1",
    "release_group_id": null,
    "labels": [
        "Digital B"
    ],
    "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"
}