Information about plays

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

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

{
    "id": 414476,
    "uri": "https://api.kexp.org/v2/plays/414476/?format=api",
    "airdate": "2001-03-04T16:00:00-08:00",
    "show": 6908,
    "show_uri": "https://api.kexp.org/v2/shows/6908/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Toki Wa Sugi",
    "track_id": "c246ee81-e7ca-4817-80a3-e697a77814e5",
    "recording_id": null,
    "artist": "Aiko Shimada",
    "artist_ids": [
        "72015346-47c2-4931-a7a1-96e33742f886"
    ],
    "album": "Blue Marble",
    "release_id": "8c92dbca-1f5b-49b4-8b58-07f9213fec90",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}