Information about plays

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

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

{
    "id": 1345133,
    "uri": "https://api.kexp.org/v2/plays/1345133/?format=api",
    "airdate": "2008-03-03T03:15:27-08:00",
    "show": 23509,
    "show_uri": "https://api.kexp.org/v2/shows/23509/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Look For Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Ty",
    "artist_ids": [
        "59d27db5-1f79-44e5-98a9-7d7aefdffd6a"
    ],
    "album": "VA/Well Deep: Ten Years of Big Dada Recordings",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Big Dada"
    ],
    "label_ids": [
        "1382bfb9-0880-4696-a8ae-1ce2d94ce097"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}