Information about plays

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

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

{
    "id": 518820,
    "uri": "https://api.kexp.org/v2/plays/518820/?format=api",
    "airdate": "2002-02-17T18:52:56-08:00",
    "show": 8953,
    "show_uri": "https://api.kexp.org/v2/shows/8953/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Off & On",
    "track_id": "886324d1-99c8-469d-95de-c6b2eda3fcb2",
    "recording_id": null,
    "artist": "Trends of Culture",
    "artist_ids": [
        "a0d465fa-19f0-4e7e-9a30-cec6cd6edd15"
    ],
    "album": "Trendz",
    "release_id": "0b0661a1-8d03-4646-bc41-8835607d903a",
    "release_group_id": null,
    "labels": [
        "Mad Sounds"
    ],
    "label_ids": [
        "a4e6cebe-7196-458a-a644-e7c4f360d6c8"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}