Information about plays

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

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

{
    "id": 455544,
    "uri": "https://api.kexp.org/v2/plays/455544/?format=api",
    "airdate": "2001-08-14T11:33:20-07:00",
    "show": 7713,
    "show_uri": "https://api.kexp.org/v2/shows/7713/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DQ3GPX4VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DQ3GPX4VL._SL75_.jpg",
    "song": "Pacer",
    "track_id": "a80ca8a3-1e2c-4bc6-808e-ed8cb905c2cd",
    "recording_id": null,
    "artist": "The Amps",
    "artist_ids": [
        "5e4ad809-a048-427d-b0e4-a6761de9c220"
    ],
    "album": "Pacer",
    "release_id": "8ee6b6b1-fe79-4935-b229-50f64b87cb17",
    "release_group_id": null,
    "labels": [
        "4AD/Elektra"
    ],
    "label_ids": [],
    "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"
}