Information about plays

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

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

{
    "id": 1315911,
    "uri": "https://api.kexp.org/v2/plays/1315911/?format=api",
    "airdate": "2007-12-19T02:57:50-08:00",
    "show": 23012,
    "show_uri": "https://api.kexp.org/v2/shows/23012/?format=api",
    "image_uri": "http://services.kexp.org/resources/images/releases/30608",
    "thumbnail_uri": "http://services.kexp.org/resources/images/releases/30609",
    "song": "Raquel",
    "track_id": "d622d747-12bf-4759-b93e-845b5447df9f",
    "recording_id": null,
    "artist": "Neon Neon",
    "artist_ids": [
        "6191360a-edc5-41d7-a83e-c9f0ab842f53"
    ],
    "album": "Raquel",
    "release_id": "64ca665d-84e8-43dc-a433-21d17a1871cb",
    "release_group_id": null,
    "labels": [
        "Lex Records"
    ],
    "label_ids": [
        "07c88952-2b68-4610-8736-1ca8f977c204"
    ],
    "release_date": "2007-11-19",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}