Information about plays

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

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

{
    "id": 1196294,
    "uri": "https://api.kexp.org/v2/plays/1196294/?format=api",
    "airdate": "2007-02-13T05:13:24-08:00",
    "show": 20970,
    "show_uri": "https://api.kexp.org/v2/shows/20970/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Brainless",
    "track_id": null,
    "recording_id": null,
    "artist": "Sunny Day Sets Fire",
    "artist_ids": [
        "4c966cb4-3e2f-48b2-969d-1a4846f423be"
    ],
    "album": "Sunny Day Sets Fire",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "1234 Records"
    ],
    "label_ids": [
        "8e86ee90-6c30-4484-bf7f-8585cc4bf760"
    ],
    "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"
}