Information about plays

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

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

{
    "id": 1376074,
    "uri": "https://api.kexp.org/v2/plays/1376074/?format=api",
    "airdate": "2008-05-19T17:32:18-07:00",
    "show": 24019,
    "show_uri": "https://api.kexp.org/v2/shows/24019/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51akwzclPIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51akwzclPIL._SL75_.jpg",
    "song": "Along the Way",
    "track_id": null,
    "recording_id": null,
    "artist": "DeVotchKa",
    "artist_ids": [
        "a66cc38c-e6cd-4725-a8fd-7d32b998347f"
    ],
    "album": "A Mad & Faithful Telling",
    "release_id": "d9b10289-2024-429d-ae8e-9bb7d2ae7474",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2008-03-18",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}