Information about plays

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

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

{
    "id": 1394390,
    "uri": "https://api.kexp.org/v2/plays/1394390/?format=api",
    "airdate": "2008-07-06T19:06:00-07:00",
    "show": 24335,
    "show_uri": "https://api.kexp.org/v2/shows/24335/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51f0CKpGv4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51f0CKpGv4L._SL75_.jpg",
    "song": "The 3rd World",
    "track_id": "6b3ab3fd-098a-449d-abfd-f0182af2898a",
    "recording_id": null,
    "artist": "Immortal Technique",
    "artist_ids": [
        "ef4db186-ff43-4708-a713-3ce1e05657a1"
    ],
    "album": "The 3rd World",
    "release_id": "8f0924e4-e8b1-4471-a553-06f6e4bc22ce",
    "release_group_id": null,
    "labels": [
        "Viper Records"
    ],
    "label_ids": [
        "53bea6a1-f31e-4c9b-87b6-b60b702fb962"
    ],
    "release_date": "2008-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}