Information about plays

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

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

{
    "id": 2682726,
    "uri": "https://api.kexp.org/v2/plays/2682726/?format=api",
    "airdate": "2020-01-06T05:34:00-08:00",
    "show": 46305,
    "show_uri": "https://api.kexp.org/v2/shows/46305/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Omadi",
    "track_id": "98b4c62a-9b93-4e46-92e5-1b9883885fbe",
    "recording_id": null,
    "artist": "Shohreh Solati",
    "artist_ids": [],
    "album": "Rangarang: Pre-revolutionary Iranian Pop",
    "release_id": "3db0b3bc-e3aa-41f7-b050-a6dd1e521fb6",
    "release_group_id": null,
    "labels": [
        "Vampi Soul"
    ],
    "label_ids": [
        "5ff89225-1a1b-43e5-858d-5d1d87a3941b"
    ],
    "release_date": "2011-11-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}