Information about plays

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

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

{
    "id": 506368,
    "uri": "https://api.kexp.org/v2/plays/506368/?format=api",
    "airdate": "2002-01-12T17:13:00-08:00",
    "show": 8711,
    "show_uri": "https://api.kexp.org/v2/shows/8711/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415VBH8D6XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415VBH8D6XL._SL75_.jpg",
    "song": "When You're Young",
    "track_id": "5a20c8da-134a-4d68-a014-f6d227a0a753",
    "recording_id": null,
    "artist": "The Jam",
    "artist_ids": [
        "23228f18-01d5-493e-94ce-cfcde82a8db2"
    ],
    "album": "Greatest Hits",
    "release_id": "73ef9dfc-759b-49ee-9238-8366809345a9",
    "release_group_id": null,
    "labels": [
        "Polydor K.K."
    ],
    "label_ids": [
        "adde0cb6-4535-47b8-9b10-f18cc0b466ae"
    ],
    "release_date": "1991-09-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}