Information about plays

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

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

{
    "id": 493240,
    "uri": "https://api.kexp.org/v2/plays/493240/?format=api",
    "airdate": "2001-12-04T09:46:00-08:00",
    "show": 8456,
    "show_uri": "https://api.kexp.org/v2/shows/8456/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ZPA5BD6FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ZPA5BD6FL._SL75_.jpg",
    "song": "Music's Hypnotising (Re-Charged)",
    "track_id": "3241264d-e3e0-491f-a210-33ebb0ed2314",
    "recording_id": null,
    "artist": "Aphrodite",
    "artist_ids": [
        "84800c46-2211-43e0-8a87-bdcbecf91932"
    ],
    "album": "Aphrodite",
    "release_id": "c4a8f0b0-12e5-41ef-861b-ba72bf5eaab7",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "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"
}