Information about plays

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

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

{
    "id": 421620,
    "uri": "https://api.kexp.org/v2/plays/421620/?format=api",
    "airdate": "2001-05-05T22:56:28-07:00",
    "show": 7060,
    "show_uri": "https://api.kexp.org/v2/shows/7060/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lithosphere",
    "track_id": "290c9a21-e162-4d1e-8ca6-583ba2d3b7c0",
    "recording_id": null,
    "artist": "Ed Rush & Optical",
    "artist_ids": [
        "50c35b52-700a-4dc9-8d36-fd656b556886"
    ],
    "album": "Wormhole (disc 2)",
    "release_id": "9da2812d-732e-4342-804a-59151996978b",
    "release_group_id": null,
    "labels": [
        "Virus Recordings"
    ],
    "label_ids": [
        "4a0bc101-fe13-414b-8cad-6340ff1147c8"
    ],
    "release_date": "1998-11-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}