Information about plays

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

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

{
    "id": 414399,
    "uri": "https://api.kexp.org/v2/plays/414399/?format=api",
    "airdate": "2001-02-19T14:00:00-08:00",
    "show": 6905,
    "show_uri": "https://api.kexp.org/v2/shows/6905/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Firefly",
    "track_id": "d15e0652-5417-4eb2-b19f-44b5663c4d4b",
    "recording_id": null,
    "artist": "Portastatic",
    "artist_ids": [
        "dd234262-f690-46ec-8dfa-c6933797a0f0"
    ],
    "album": "Come on Beautiful: The Songs of American Music Club",
    "release_id": "bbde5676-3b6e-4a16-8e34-efb0cbdf4cd5",
    "release_group_id": null,
    "labels": [
        "Glitterhouse Records"
    ],
    "label_ids": [
        "2582e6e6-de17-4cba-8407-f31425d9048b"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}