Information about plays

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

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

{
    "id": 515040,
    "uri": "https://api.kexp.org/v2/plays/515040/?format=api",
    "airdate": "2002-02-06T20:39:00-08:00",
    "show": 8880,
    "show_uri": "https://api.kexp.org/v2/shows/8880/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/71n%2BTPdGG-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/71n%2BTPdGG-L._SL75_.jpg",
    "song": "Handa Wanda",
    "track_id": "e1b2decd-e21f-4632-a69b-1f3501f3e07c",
    "recording_id": null,
    "artist": "The Wild Magnolias",
    "artist_ids": [
        "db0a8f0a-ddb4-4fd3-908a-ae28045f7ed4"
    ],
    "album": "The Wild Magnolias",
    "release_id": "e500355a-1186-491f-96ef-ec23307e3e05",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}