Information about plays

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

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

{
    "id": 508543,
    "uri": "https://api.kexp.org/v2/plays/508543/?format=api",
    "airdate": "2002-01-18T22:01:00-08:00",
    "show": 8752,
    "show_uri": "https://api.kexp.org/v2/shows/8752/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just Another Misunderstood Brother",
    "track_id": null,
    "recording_id": null,
    "artist": "Reg E. Gaines",
    "artist_ids": [],
    "album": "Please Don't Take My Air Jordans",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mercury"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "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"
}