Information about plays

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

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

{
    "id": 1342423,
    "uri": "https://api.kexp.org/v2/plays/1342423/?format=api",
    "airdate": "2008-02-23T23:12:00-08:00",
    "show": 23452,
    "show_uri": "https://api.kexp.org/v2/shows/23452/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "on the attack",
    "track_id": null,
    "recording_id": null,
    "artist": "Shark Attack",
    "artist_ids": [
        "acb2a68f-5e9d-4138-9586-94601c34a70b"
    ],
    "album": "ep",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bridge Nine Records"
    ],
    "label_ids": [
        "b6543dc1-9df2-4ab0-891f-07efc0c5ee91"
    ],
    "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"
}