Information about plays

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

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

{
    "id": 529929,
    "uri": "https://api.kexp.org/v2/plays/529929/?format=api",
    "airdate": "2002-03-22T08:49:50-08:00",
    "show": 9170,
    "show_uri": "https://api.kexp.org/v2/shows/9170/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Laidback",
    "track_id": "97529c23-c541-4119-af46-e51b631dc165",
    "recording_id": null,
    "artist": "Space Raiders",
    "artist_ids": [
        "74c8e443-fe47-48dc-8681-4458b69ce0c6"
    ],
    "album": "Don't Be Daft",
    "release_id": "d513dddf-93ea-4f86-a887-4b73a5530643",
    "release_group_id": null,
    "labels": [
        "Skint Records"
    ],
    "label_ids": [
        "6445787b-52aa-4d52-a0f9-20ca3136b4cd"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}