Information about plays

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

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

{
    "id": 516585,
    "uri": "https://api.kexp.org/v2/plays/516585/?format=api",
    "airdate": "2002-02-11T11:20:00-08:00",
    "show": 8913,
    "show_uri": "https://api.kexp.org/v2/shows/8913/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51LGwOjtY5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51LGwOjtY5L._SL75_.jpg",
    "song": "Heliotrope",
    "track_id": "12a65bdb-91c6-44f5-9bd9-4eb92bcaa2a3",
    "recording_id": null,
    "artist": "Robyn Hitchcock",
    "artist_ids": [
        "0584e561-1442-46c9-9593-923c34571eb7"
    ],
    "album": "Moss Elixir",
    "release_id": "9643b2ab-3d40-4e3e-952d-67cc29450a1a",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1996-08-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}