Information about plays

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

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

{
    "id": 1309536,
    "uri": "https://api.kexp.org/v2/plays/1309536/?format=api",
    "airdate": "2007-12-02T21:37:00-08:00",
    "show": 22907,
    "show_uri": "https://api.kexp.org/v2/shows/22907/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hold On",
    "track_id": "79bee556-f19b-4b3a-a47a-91f10ad2a29a",
    "recording_id": null,
    "artist": "Holy Ghost!",
    "artist_ids": [
        "3c0d5463-6688-4f4a-8273-a191657d8084"
    ],
    "album": "Hold On",
    "release_id": "0421fd81-e3c7-4f3a-8827-9648cba2b170",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2007-10-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}