Information about plays

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

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

{
    "id": 1402450,
    "uri": "https://api.kexp.org/v2/plays/1402450/?format=api",
    "airdate": "2008-07-27T04:40:08-07:00",
    "show": 24469,
    "show_uri": "https://api.kexp.org/v2/shows/24469/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61neqUHts2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61neqUHts2L._SL75_.jpg",
    "song": "Mothra",
    "track_id": "a662b67a-9e1f-4fbf-8445-082194860835",
    "recording_id": null,
    "artist": "Sex Mob",
    "artist_ids": [
        "dc533bf0-7084-40c7-adf3-cb3db1b21b9f"
    ],
    "album": "Dime Grind Palace",
    "release_id": "3fb40aba-fa85-4a00-99b9-db538f38ed45",
    "release_group_id": null,
    "labels": [
        "Ropeadope"
    ],
    "label_ids": [
        "dc43303b-c8bb-4b04-8c39-c8cd46c6a611"
    ],
    "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"
}