Information about plays

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

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

{
    "id": 529825,
    "uri": "https://api.kexp.org/v2/plays/529825/?format=api",
    "airdate": "2002-03-22T01:10:38-08:00",
    "show": 9169,
    "show_uri": "https://api.kexp.org/v2/shows/9169/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Costa Rica",
    "track_id": "0be17a83-6cdf-48b9-86f1-5934e9a3fc5f",
    "recording_id": null,
    "artist": "The Arrogants",
    "artist_ids": [
        "4ebc33b1-ae37-4556-9a7d-86e9eee33d03"
    ],
    "album": "Your Simple Beauty",
    "release_id": "7f601439-3128-4d5a-848b-246ee778af98",
    "release_group_id": null,
    "labels": [
        "Shelflife Records"
    ],
    "label_ids": [
        "18315516-03ff-420a-9eb8-69372e9bb9d1"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}