Information about plays

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

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

{
    "id": 1305113,
    "uri": "https://api.kexp.org/v2/plays/1305113/?format=api",
    "airdate": "2007-11-21T17:54:23-08:00",
    "show": 22831,
    "show_uri": "https://api.kexp.org/v2/shows/22831/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Be Thankful for What You Got",
    "track_id": "a475d753-58a5-4c13-8c08-f29c57420547",
    "recording_id": null,
    "artist": "Love",
    "artist_ids": [
        "34ec9a8d-c65b-48fd-bcdd-aad2f72fdb47"
    ],
    "album": "Reel to Real",
    "release_id": "4d97a406-78cf-4d1c-b498-63dbcf8ea426",
    "release_group_id": null,
    "labels": [
        "RSO Records"
    ],
    "label_ids": [
        "3930d173-b232-4ff8-b2f3-568651924d98"
    ],
    "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"
}