Information about plays

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

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

{
    "id": 421212,
    "uri": "https://api.kexp.org/v2/plays/421212/?format=api",
    "airdate": "2001-05-04T16:47:22-07:00",
    "show": 7050,
    "show_uri": "https://api.kexp.org/v2/shows/7050/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tomorrow",
    "track_id": "1c34d3c0-f4e6-476a-a269-143f4881d6a9",
    "recording_id": null,
    "artist": "Tomorrow's World",
    "artist_ids": [
        "8f7b1464-57e8-4f8a-a306-78707b50d27d"
    ],
    "album": "Songs for the Jet Set",
    "release_id": "c5fdcb73-1f8b-4cba-aa10-c01ae620b9b0",
    "release_group_id": null,
    "labels": [
        "Jet Set"
    ],
    "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"
}