Information about plays

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

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

{
    "id": 1364083,
    "uri": "https://api.kexp.org/v2/plays/1364083/?format=api",
    "airdate": "2008-04-19T11:44:00-07:00",
    "show": 23816,
    "show_uri": "https://api.kexp.org/v2/shows/23816/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Weatherman Skank",
    "track_id": "2d16f9fd-9f42-4b33-a12a-6f2c05d690fc",
    "recording_id": null,
    "artist": "Ray I",
    "artist_ids": [
        "c92754e5-e7cb-4c09-86ce-13ff2054b18c"
    ],
    "album": "Psalms of Drums: The Black and White Story",
    "release_id": "e1b37e0b-518d-468c-93ac-94c10d12daca",
    "release_group_id": null,
    "labels": [
        "Black Chiney"
    ],
    "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"
}