Information about plays

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

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

{
    "id": 505372,
    "uri": "https://api.kexp.org/v2/plays/505372/?format=api",
    "airdate": "2002-01-09T15:17:00-08:00",
    "show": 8691,
    "show_uri": "https://api.kexp.org/v2/shows/8691/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stand Tall",
    "track_id": "1e8ac985-08c3-4507-8b11-fe27921367df",
    "recording_id": null,
    "artist": "The Rock*A*Teens",
    "artist_ids": [
        "73bd4796-52c3-4f08-b9d0-f9c6a4511288"
    ],
    "album": "Cry",
    "release_id": "26ab7e09-b2f7-4453-8573-506002d912c0",
    "release_group_id": null,
    "labels": [
        "Daemon Records"
    ],
    "label_ids": [
        "080cf9df-fcb3-40b7-9d34-4b1bcfc1086d"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}