Information about plays

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

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

{
    "id": 1315500,
    "uri": "https://api.kexp.org/v2/plays/1315500/?format=api",
    "airdate": "2007-12-18T02:45:53-08:00",
    "show": 23006,
    "show_uri": "https://api.kexp.org/v2/shows/23006/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Rec Room",
    "track_id": "42e463df-bf1c-4572-bb3e-c0ca51a58d56",
    "recording_id": null,
    "artist": "Jerry Goldsmith",
    "artist_ids": [
        "db403e3d-4753-45d6-8fcb-94db03e882e1"
    ],
    "album": "Discovered: A Collection of Daft Funk Samples",
    "release_id": "4d09af41-79e1-43f1-9b7e-09bbc36d5eeb",
    "release_group_id": null,
    "labels": [
        "Rapster Records"
    ],
    "label_ids": [
        "712bab23-0757-427c-97e1-2eeca4ae076d"
    ],
    "release_date": "2007-10-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}