Information about plays

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

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

{
    "id": 1412734,
    "uri": "https://api.kexp.org/v2/plays/1412734/?format=api",
    "airdate": "2008-08-21T23:29:43-07:00",
    "show": 24643,
    "show_uri": "https://api.kexp.org/v2/shows/24643/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Sweetest Tooth",
    "track_id": "d249ec65-be52-415b-846b-139b4f3c76b7",
    "recording_id": null,
    "artist": "Camphor",
    "artist_ids": [
        "4c11ebb8-5dcc-4a2f-9ddc-bb8efb88eb44"
    ],
    "album": "Drawn to Dust",
    "release_id": "39240e94-4a96-42b4-b591-2da14af97b6f",
    "release_group_id": null,
    "labels": [
        "Friendly Fire Recordings"
    ],
    "label_ids": [
        "3f5230fe-64d6-426d-8ff9-28adb331c9ed"
    ],
    "release_date": "2008-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}